mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Convert age names over to plString
This commit is contained in:
@ -1474,7 +1474,7 @@ bool plClient::StartInit()
|
||||
|
||||
plSynchedObject::PushSynchDisabled(false); // enable dirty tracking
|
||||
|
||||
if (StrCmp(NetCommGetStartupAge()->ageDatasetName, "StartUp") == 0)
|
||||
if (NetCommGetStartupAge()->ageDatasetName.CompareI("StartUp") == 0)
|
||||
{
|
||||
plNetCommAuthMsg * msg = new plNetCommAuthMsg();
|
||||
msg->result = kNetSuccess;
|
||||
|
Reference in New Issue
Block a user