Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved Magic.Book.getCurrent() returning null

Joined
Jun 20, 2015
Messages
161
For some reason Magic.Book.getCurrent() has started returning null for me, and at least one person using my bot. Obviously the current magic book can never be null, so something must be wrong. This is the code and output:

Code:
getBot().log.debug("Spellbook: " + Magic.Book.getCurrent());

Output:
00:00:11 DEBUG    Spellbook: null

@Party @Cloud
 
Top