a
This commit is contained in:
parent
0b1a5335ef
commit
b9771ed28b
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue