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;
|
IP = ip;
|
||||||
Name = name;
|
Name = name;
|
||||||
UUID = UUID;
|
UUID = uuid;
|
||||||
Reason = reason;
|
Reason = reason;
|
||||||
BanningUser = banner;
|
BanningUser = banner;
|
||||||
Date = date;
|
Date = date;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue