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;
Name = name;
UUID = UUID;
UUID = uuid;
Reason = reason;
BanningUser = banner;
Date = date;