Fix an itemban issue due to localization
This commit is contained in:
parent
34116cf5c4
commit
85b0b7bc6a
2 changed files with 3 additions and 3 deletions
|
|
@ -879,7 +879,7 @@ namespace TShockAPI
|
|||
(TShock.Itembans.ItemIsBanned(name, this) || !TShock.Config.AllowAllowedGroupsToSpawnBannedItems))
|
||||
return false;
|
||||
|
||||
GiveItem(type,name,width,height,stack,prefix);
|
||||
GiveItem(type, name, width, height, stack, prefix);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue