From f7a042223f9c82c7764c0df3a3531bda04e9ad64 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Tue, 28 Jul 2020 13:51:32 +0200 Subject: Added cheat Menu --- src/client/client.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client/client.cpp') 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()); -- cgit v1.2.3