SpeakingStone fix

This commit is contained in:
p.kosyh@gmail.com 2010-11-05 05:57:43 +00:00
parent 11bd0858b9
commit dc76fb0545

View file

@ -50,7 +50,7 @@ function stead.getcmd(str)
local a = {}
local n = 1
local cmd;
local i,k = stead.string.find(str,'[a-zA-Z0-9_]+', k);
local i,k = stead.string.find(str, '[a-zA-Z0-9_]+');
if not i or not k then
cmd = str;
else