a
This commit is contained in:
parent
0b1a5335ef
commit
b9771ed28b
@ -358,12 +358,6 @@ simulated function Tick(float Delta)
|
|||||||
local int i;
|
local int i;
|
||||||
local NicePlayerController localPlayer;
|
local NicePlayerController localPlayer;
|
||||||
|
|
||||||
if (Role == Role_Authority)
|
|
||||||
{
|
|
||||||
log("Running tick on server...");
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
localPlayer = NicePlayerController(Level.GetLocalPlayerController());
|
localPlayer = NicePlayerController(Level.GetLocalPlayerController());
|
||||||
// Check if the local PlayerController is available yet
|
// Check if the local PlayerController is available yet
|
||||||
if (localPlayer == none)
|
if (localPlayer == none)
|
||||||
|
Loading…
Reference in New Issue
Block a user