RocketMod / Rocket.Unturned

Unturned 3 implementation of the RocketMod — .NET Game Server Plugin Framework
MIT License
85 stars 111 forks source link

Item issues on rocket afecting all item related plugins. #5

Closed manuelbarbosa closed 8 years ago

manuelbarbosa commented 8 years ago

An error occured while executing command /i 21: System.NullReferenceException: Object reference notset to an instance of an object at Rocket.Unturned.Commands.CommandI.Execute (IRocketPlayer caller, System.String[] command) [0x00000] in :0 at Rocket.Unturned.Commands.UnturnedCommandBase.executeCommand (IRocketCommand command, CSteamID caller, System.String commandString) [0x00000] in :0

What I have dicovered so far:

I will assume this has something to do with the itemhelper or something related with retrieving a item by id or name.