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