EntityReborn / CHVirtualChests

A virtual chest implementation extension for CommandHelper.
MIT License
0 stars 5 forks source link

Issues on CH Builds 2602+ #9

Closed PseudoKnight closed 10 years ago

PseudoKnight commented 10 years ago

Symptoms seem to be different depending on the server setup and what's happening. I got a couple NPEs when loading CH on my production server that don't mention CHVirtualChests. However, on my test server it just causes events to fail to be passed to CH, but without any loading errors. In any case, going back to build CH 2601 or removing CHVirtualChests results in no more problems. (ruled out the other extensions) Basically it's causing CH to break in some way on the latest builds, ever since this commit: https://github.com/sk89q/commandhelper/commit/35a4fe2bf8b42ab527724bf0a8e9400827ee3987

PseudoKnight commented 10 years ago

This was a CH issue that had to do with extension caching, so it might have been coincidence that this plugin caused it on both my servers. Closing.