diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-28 13:51:32 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-07-28 13:51:32 +0200 |
commit | f7a042223f9c82c7764c0df3a3531bda04e9ad64 (patch) | |
tree | 1d227816dc680ea883ba16a385c2151714e65961 /src/client/client.cpp | |
parent | 344fddc1727f637b3c4e2a9b88844d952b91fe4f (diff) | |
download | dragonfireclient-f7a042223f9c82c7764c0df3a3531bda04e9ad64.tar.xz |
Added cheat Menu
Diffstat (limited to 'src/client/client.cpp')
-rw-r--r-- | src/client/client.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/client.cpp b/src/client/client.cpp index d2330ecae..f7fc637db 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -206,6 +206,8 @@ void Client::loadMods() // Run a callback when mods are loaded m_script->on_mods_loaded(); + m_script->init_cheats(); + // Create objects if they're ready if (m_state == LC_Ready) m_script->on_client_ready(m_env.getLocalPlayer()); |