mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-22 10:24:42 -05:00
Possible Fixes To Net Bugs
This commit is contained in:
@@ -67,7 +67,7 @@ public class WallRun : NetworkBehaviour
|
||||
|
||||
public void WallRunRoutine()
|
||||
{
|
||||
//if (!IsLocalPlayer) { return; }
|
||||
if (!IsLocalPlayer) { return; }
|
||||
|
||||
isWallRunning = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user