Add note to 'Script_CreateServer'

This commit is contained in:
Kawe Mazidjatari 2023-05-01 02:09:19 +02:00
parent 8c5f65968c
commit 2de9df0f1a

View File

@ -442,6 +442,9 @@ namespace VSquirrel
//-----------------------------------------------------------------------------
// Purpose: create server via native serverbrowser entries
// TODO: return a boolean on failure instead of raising an error, so we could
// determine from scripts whether or not to spin a local server, or connect
// to a dedicated server (for disconnecting and loading the lobby, for example)
//-----------------------------------------------------------------------------
SQRESULT CreateServer(HSQUIRRELVM v)
{