hopefully fixed issue with respawning

This commit is contained in:
Melbyj1125
2022-03-27 22:24:24 -05:00
parent fc1f1cb68f
commit 7e96690d3d
13 changed files with 30 additions and 24 deletions

View File

@@ -101,7 +101,7 @@ public class dMoveStateManager : NetworkBehaviour
////
////Initialize Variables
layerMask = (1 << 0);
layerMask = (1 << 17);
//layerMask = ~layerMask;
////