mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* updated fmt to 11.2.0 compile on windows with utf8 activated added missing include * fixed unreachable code warnings mostly constexpr if statements * removed forloop since it triggers unreachable code warning when it breaks always after first iteration. * delay debugger testscript end * removed fmt lib from repo and download from github
3 lines
74 B
Text
3 lines
74 B
Text
use os;
|
|
// delay next teetscript until client is disconnected
|
|
sleep( 2 );
|