Updated the non debug files

This commit is contained in:
Melbyj1125
2022-01-24 13:42:08 -06:00
parent 2da2237835
commit fca69d01d0
10 changed files with 131 additions and 26 deletions

View File

@@ -24,6 +24,7 @@ public class KickController : NetworkBehaviour
}
void Update(){
if (!IsLocalPlayer) { return; }
Kick();
}