summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-31 13:28:46 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-31 13:28:46 +0300
commit3d32a17af9cdfffda1e1612afeef976fbe218212 (patch)
treee3b974c0773e13f986b5194847f8e3395287583f /src/commands.h
parent6bedbd1724e575a152250eeda7988423d01680ba (diff)
downloadplus-3d32a17af9cdfffda1e1612afeef976fbe218212.tar.gz
plus-3d32a17af9cdfffda1e1612afeef976fbe218212.tar.bz2
plus-3d32a17af9cdfffda1e1612afeef976fbe218212.tar.xz
plus-3d32a17af9cdfffda1e1612afeef976fbe218212.zip
Add to debugSpawn mass spawn function.
Now debuSpawn accept parameter with side size of rectangle with spawned clones.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index 824ab089d..7820a4ea1 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -344,7 +344,7 @@ static const CommandInfo commands[] =
{"uploadlog", &Commands::uploadLog, -1, false},
{"gm", &Commands::gm, -1, true},
{"hack", &Commands::hack, -1, true},
- {"debugSpawn", &Commands::debugSpawn, -1, false}
+ {"debugSpawn", &Commands::debugSpawn, -1, true}
};
#undef decHandler