Missed some stuff after previous refactoring

This commit is contained in:
ZioPao
2024-01-08 10:59:51 +01:00
parent 312294edb8
commit 1cb60dd0e8
4 changed files with 13 additions and 13 deletions

View File

@@ -64,7 +64,7 @@ function Main.Initialize()
return
end
PlayerHandler.InitializePlayer(pl, false)
LocalPlayerController.InitializePlayer(false)
Events.OnTick.Remove(TryToInitialize)
end
CommonMethods.SafeStartEvent("OnTick", TryToInitialize)