From 17718cbbca52b3b6e41770e63fd289b633975240 Mon Sep 17 00:00:00 2001 From: ZioPao Date: Sun, 5 May 2024 17:02:14 +0200 Subject: [PATCH] bit of cleaning --- media/lua/client/TOC/Controllers/DataController.lua | 2 +- media/lua/client/TOC/Main.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/media/lua/client/TOC/Controllers/DataController.lua b/media/lua/client/TOC/Controllers/DataController.lua index eaaa512..7a96f88 100644 --- a/media/lua/client/TOC/Controllers/DataController.lua +++ b/media/lua/client/TOC/Controllers/DataController.lua @@ -362,7 +362,7 @@ end function DataController:apply() TOC_DEBUG.print("Applying data for " .. self.username) ModData.transmit(CommandsData.GetKey(self.username)) - + -- if getPlayer():getUsername() ~= self.username then -- sendClientCommand(CommandsData.modules.TOC_RELAY, CommandsData.server.Relay.RelayApplyFromOtherClient, {patientUsername = self.username} ) -- -- force request from the server for that other client... diff --git a/media/lua/client/TOC/Main.lua b/media/lua/client/TOC/Main.lua index 2d6b9f5..9da1984 100644 --- a/media/lua/client/TOC/Main.lua +++ b/media/lua/client/TOC/Main.lua @@ -11,7 +11,6 @@ local Main = { function Main.Start() TOC_DEBUG.print("Starting The Only Cure version " .. tostring(Main._version)) - --Main.SetupTraits() Main.SetupEvents() end