mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-16 04:50:43 +00:00
Remove more leftovers of the Hardcore Neo Legacy Mode.
This commit is contained in:
@@ -278,9 +278,6 @@ public:
|
||||
void chunkPacketManagement_PostTick();
|
||||
|
||||
void setSaveOnExit(bool save) { m_saveOnExit = save; s_bSaveOnExitAnswered = true; }
|
||||
void setDeleteWorldOnExit(bool del) { m_deleteWorldOnExit = del; }
|
||||
bool getDeleteWorldOnExit() const { return m_deleteWorldOnExit; }
|
||||
const wstring& getSaveFolderName() const { return m_saveFolderName; }
|
||||
void Suspend();
|
||||
bool IsSuspending();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user