Removed unused locale information, refactored where needed. Enabled DS system.

This commit is contained in:
2024-03-10 10:37:36 +02:00
parent e1cf8cde92
commit c9aa9a0b03
22 changed files with 70 additions and 288 deletions

View File

@ -89,8 +89,6 @@ void CPythonNetworkStream::LoginPhase()
void CPythonNetworkStream::SetLoginPhase()
{
const char* key = LocaleService_GetSecurityKey();
if ("Login" != m_strPhase)
m_phaseLeaveFunc.Run();