Update BanManager.cs

Fix uuid arg in constructor
This commit is contained in:
Zack 2014-02-27 21:50:16 -05:00
parent ab3ecd3077
commit fee116c6df

View file

@ -232,7 +232,7 @@ namespace TShockAPI.DB
{ {
IP = ip; IP = ip;
Name = name; Name = name;
UUID = UUID; UUID = uuid;
Reason = reason; Reason = reason;
BanningUser = banner; BanningUser = banner;
Date = date; Date = date;