Fixes an exception when trying to save a book without holding a book
This commit is contained in:
@@ -51,9 +51,9 @@ An in-game description of available commands is available through the /bwb comma
|
||||
book from your personal directory
|
||||
* /givepublicbook <file name or number> <playername> \[# of copies (num)] \[signed (true/false)] - Same as givebook, but
|
||||
uses books from the public directory
|
||||
* /loadbook <file name or number> \[# of copies] \[signed (true/false)] - Creates a book from the specified file and gives
|
||||
it to the player. If no file is specified, a list of available files is returned. If true is specified, the book will
|
||||
be signed, if false it will be unsigned
|
||||
* /loadbook <file name or number> \[# of copies] \[signed (true/false)] - Creates a book from the specified file and
|
||||
gives it to the player. If no file is specified, a list of available files is returned. If true is specified, the book
|
||||
will be signed, if false it will be unsigned
|
||||
* /loadpublicbook <file name or number> \[# of copies] \[signed (true/false)] - Same as loadbook, but views files in the
|
||||
public directory
|
||||
* /reload - Reloads BwB's configuration file
|
||||
|
Reference in New Issue
Block a user