1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 23:31:13 -05:00

-stability fixes

-welcome has post-fixed connection indicator
This commit is contained in:
RaidMax
2015-03-14 11:42:36 -05:00
parent 73dfb9a612
commit b0e32e9a91
11 changed files with 193 additions and 74 deletions

View File

@ -100,7 +100,10 @@ namespace IW4MAdmin
Level = (Player.Permission)l;
LastOffense = null;
Connections = 0;
IP = "";
Warnings = 0;
Alias = new Aliases(0, "", "");
stats = new Stats(0, 0, 0, 1);
}
public Player(string n, string id, int num, Player.Permission l, int cind, String lo, int con, String IP2)