rename stresstest.

This commit is contained in:
momo5502 2016-01-15 23:00:42 +01:00
parent 0050429654
commit 710af7e5ac

View File

@ -54,7 +54,7 @@ namespace Components
SetUnhandledExceptionFilter(&Exception::ExceptionFilter);
#endif
Command::Add("stressTest", [] (Command::Params params)
Command::Add("mapTest", [] (Command::Params params)
{
std::string command;
for (int i = 0;; i++)