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