Closed xPaw closed 4 years ago
Fixes this crash that happened on a server that sent a misformatted batch command: https://pastebin.com/6SbWUyk1
I also changed batch tag to use hasCache because just calling cache creates a new cache, and it would never be false.
hasCache
cache
Fixes this crash that happened on a server that sent a misformatted batch command: https://pastebin.com/6SbWUyk1
I also changed batch tag to use
hasCache
because just callingcache
creates a new cache, and it would never be false.