Redesign of animation queue for unreal, add get_tangibles_near to drivenengine
This commit is contained in:
@@ -94,6 +94,10 @@ void LuaConsole::simplify(const StringVec &words) {
|
||||
if (words.size() != 1) {
|
||||
synerr("/work takes no arguments");
|
||||
}
|
||||
} else if (words[0] == "display") {
|
||||
if (words.size() != 1) {
|
||||
synerr("/display takes no arguments");
|
||||
}
|
||||
} else if (words[0] == "aborthttp") {
|
||||
if (words.size() != 1) {
|
||||
synerr("/aborthttp takes no arguments");
|
||||
|
||||
Reference in New Issue
Block a user