Constantly getting "cart not created" message #538
This commit is contained in:
parent
62c924531b
commit
2396cef9ef
|
@ -1183,7 +1183,11 @@ static void onConsoleNewCommandConfirmed(Console* console, const char* param)
|
|||
}
|
||||
|
||||
#if defined(TIC_BUILD_WITH_LUA)
|
||||
else loadDemo(console, LuaScript);
|
||||
else
|
||||
{
|
||||
loadDemo(console, LuaScript);
|
||||
done = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
if(done) printBack(console, "\nnew cart is created");
|
||||
|
|
Loading…
Reference in New Issue