bit of cleaning
This commit is contained in:
@@ -362,7 +362,7 @@ end
|
|||||||
function DataController:apply()
|
function DataController:apply()
|
||||||
TOC_DEBUG.print("Applying data for " .. self.username)
|
TOC_DEBUG.print("Applying data for " .. self.username)
|
||||||
ModData.transmit(CommandsData.GetKey(self.username))
|
ModData.transmit(CommandsData.GetKey(self.username))
|
||||||
|
|
||||||
-- if getPlayer():getUsername() ~= self.username then
|
-- if getPlayer():getUsername() ~= self.username then
|
||||||
-- sendClientCommand(CommandsData.modules.TOC_RELAY, CommandsData.server.Relay.RelayApplyFromOtherClient, {patientUsername = self.username} )
|
-- sendClientCommand(CommandsData.modules.TOC_RELAY, CommandsData.server.Relay.RelayApplyFromOtherClient, {patientUsername = self.username} )
|
||||||
-- -- force request from the server for that other client...
|
-- -- force request from the server for that other client...
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ local Main = {
|
|||||||
|
|
||||||
function Main.Start()
|
function Main.Start()
|
||||||
TOC_DEBUG.print("Starting The Only Cure version " .. tostring(Main._version))
|
TOC_DEBUG.print("Starting The Only Cure version " .. tostring(Main._version))
|
||||||
--Main.SetupTraits()
|
|
||||||
Main.SetupEvents()
|
Main.SetupEvents()
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user