mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
typo
This commit is contained in:
@@ -401,7 +401,7 @@ void ServerUIManager::receiveMessage(const MessageDispatch::MessageBase& message
|
||||
if ((eventType == SuiEventType::SET_onClosedOk) || (eventType == SuiEventType::SET_onClosedCancel))
|
||||
IGNORE_RETURN(removePage(pageId));
|
||||
}
|
||||
else if(message.getType() == constexpr("PageChangeAuthority"))
|
||||
else if(message.getType() == constcrc("PageChangeAuthority"))
|
||||
{
|
||||
//DEBUG_WARNING(true, ("ServerUIManager: received PageChangeAuthority message"));
|
||||
const GenericValueTypeMessage<std::pair<NetworkId, SuiPageDataServer> > pageChangeAuthority(ri);
|
||||
|
||||
Reference in New Issue
Block a user