mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 17:10:55 +00:00
CLIENT: Use qc_soft_restart on Web
This commit is contained in:
parent
b8b54c06ac
commit
976a1844a5
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@ void() menu_restart =
|
|||
|
||||
void() menu_resy =
|
||||
{
|
||||
localcmd("restart\n");
|
||||
if (platform_is_web == false)
|
||||
localcmd("restart\n");
|
||||
else
|
||||
localcmd("qc_soft_restart\n");
|
||||
};
|
||||
|
||||
void() menu_resn =
|
||||
|
|
Loading…
Reference in a new issue