Updated the call to the obsolete constructor PlayerData
This commit is contained in:
parent
763519150a
commit
b184133a7f
3 changed files with 4 additions and 4 deletions
|
|
@ -1267,7 +1267,7 @@ namespace TShockAPI
|
|||
}
|
||||
}
|
||||
|
||||
PlayerData = new PlayerData(this);
|
||||
PlayerData = new PlayerData();
|
||||
Group = TShock.Groups.GetGroupByName(TShock.Config.Settings.DefaultGuestGroupName);
|
||||
tempGroup = null;
|
||||
if (tempGroupTimer != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue