Lua: Remove leading space in onChatMessage (fix #35)

This commit is contained in:
Lion Kortlepel
2021-11-19 12:43:27 +01:00
parent 48b9aa72dc
commit 7079e80b71
3 changed files with 5 additions and 9 deletions

View File

@@ -36,5 +36,4 @@ private:
static bool ShouldSpawn(TClient& c, const std::string& CarJson, int ID);
static bool IsUnicycle(TClient& c, const std::string& CarJson);
static void Apply(TClient& c, int VID, const std::string& pckt);
TScopedTimer mLifeTimer { "Server" };
};