mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Merge remote-tracking branch 'jamesu/console_stack_fix2' into development
Conflicts: Engine/source/console/console.cpp
This commit is contained in:
commit
6c92ab065e
48 changed files with 2979 additions and 449 deletions
|
|
@ -1337,7 +1337,7 @@ static void processPingsAndQueries( U32 session, bool schedule )
|
|||
else
|
||||
dSprintf( msg, sizeof( msg ), "%d servers found.", foundCount );
|
||||
|
||||
Con::executef( "onServerQueryStatus", "done", msg, "1");
|
||||
Con::executef( "onServerQueryStatus", "done", (const char*)msg, "1");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue