Page 1 of 1

Xkore 2 hotkeys - reverse condition | SVN

Posted: 30 Dec 2009, 01:41
by Zloba
Please fix it's small bug, MapServer.pm:

Code: Select all

if(@{$hotkeyList} > 28) {
to:

Code: Select all

if(@{$hotkeyList} <= 28) {
for example.

Re: Xkore 2 hotkeys - reverse condition | SVN

Posted: 30 Dec 2009, 01:46
by Technology
lol, my bad, fixed in svn. ;)