Update BanManager.cs
Fix uuid arg in constructor
This commit is contained in:
parent
ab3ecd3077
commit
fee116c6df
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ namespace TShockAPI.DB
|
|||
{
|
||||
IP = ip;
|
||||
Name = name;
|
||||
UUID = UUID;
|
||||
UUID = uuid;
|
||||
Reason = reason;
|
||||
BanningUser = banner;
|
||||
Date = date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue