not everyon is admin :(

This commit is contained in:
DasIschBims 2023-08-17 21:52:21 +02:00
parent 710bcfbd89
commit 8f9597831a
No known key found for this signature in database
GPG Key ID: A01C65C4183A6610
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class Program
public class MyPlayer : Player<MyPlayer>
{
public bool IsAdmin = true;
public bool IsAdmin = false;
public int Kills;
public int Deaths;
}