should be able to kick player?

This commit is contained in:
Melbyj1125
2022-03-02 13:56:24 -06:00
parent 685053ec78
commit d0f27de496
3 changed files with 21 additions and 4 deletions

View File

@@ -119,7 +119,6 @@ public class dMoveStateManager : NetworkBehaviour
pStats.CurTraction = pStats.Traction;
pStats.CurAcc = pStats.Acc;
pStats.SetWeather(PlayerStats.Weather.Wind, new Vector3(1,0,0));
}
// Update is called once per frame