mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
incorrecly named variable
This commit is contained in:
parent
1e514a8b61
commit
30c7b65150
@ -77,7 +77,7 @@ bool chatConnected = false;
|
|||||||
bool worldShutdownSequenceStarted = false;
|
bool worldShutdownSequenceStarted = false;
|
||||||
bool worldShutdownSequenceComplete = false;
|
bool worldShutdownSequenceComplete = false;
|
||||||
void WorldShutdownSequence();
|
void WorldShutdownSequence();
|
||||||
void WorldShutdownProcess(uint32_t cloneId);
|
void WorldShutdownProcess(uint32_t zoneId);
|
||||||
void FinalizeShutdown();
|
void FinalizeShutdown();
|
||||||
void SendShutdownMessageToMaster();
|
void SendShutdownMessageToMaster();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user