Merge branch 'dev' of github.com:RedstonerServer/redstoner-utils into dev

This commit is contained in:
Dico200
2016-06-01 00:44:37 +02:00

View File

@@ -77,6 +77,7 @@ def on_lol_command(sender, command, label, args):
return True
if int(arg1) == 0:
msg(sender, "&cPage 0 does not exist")
return True
arg1 = int(arg1) - 1
offset = list_limit * arg1
if offset > len(lols):