mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-11 18:48:26 +00:00
fix: uninitialized memory
This commit is contained in:
@@ -63,7 +63,7 @@ private:
|
|||||||
|
|
||||||
bool m_GhostOverride;
|
bool m_GhostOverride;
|
||||||
|
|
||||||
bool m_IsGMInvisible;
|
bool m_IsGMInvisible{ false };
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user