build: crazy workflow idea
Some checks failed
Build / build-linux (push) Failing after 8s

This commit is contained in:
2024-03-20 17:31:05 +01:00
parent 09af9cba74
commit beb024ac38
3 changed files with 50 additions and 0 deletions

View File

@ -4,7 +4,11 @@
#define TOOL
#endif
#if !defined(TOOL)
#inline scripts\mp\_utility;
#else
#include "_utility.gsh"
#endif
GENERIC_INIT;
@ -14,7 +18,9 @@ onPlayerConnect()
{
level waittill( "connected", player );
#if defined(TOOL)
waittillframeend;
#endif
BOT_CHK( player );