mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
hopefully fixed issue with respawning
This commit is contained in:
@@ -100,7 +100,7 @@ public class MoveStateManager : NetworkBehaviour
|
||||
////
|
||||
|
||||
////Initialize Variables
|
||||
layerMask = (1 << 0);
|
||||
layerMask = (1 << 17);
|
||||
//layerMask = ~layerMask;
|
||||
////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user