Hi
if u try to block crafting of item in Py you will have this bug in your server:
then if u reconnect nothing solved and u need to close game and open it!
the code is this:
what i must do to fix this problem?
if u try to block crafting of item in Py you will have this bug in your server:

then if u reconnect nothing solved and u need to close game and open it!
the code is this:
Python:
def On_Crafting(self, CraftingEvent):
if CraftingEvent.ResultItem.name == "everything":
CraftingEvent.Cancel()