mirror of
https://github.com/nzp-team/quakec.git
synced 2024-12-03 01:12:58 +00:00
MENU: Set protocol for WEB
This commit is contained in:
parent
86239f1592
commit
fac0c5f70d
1 changed files with 4 additions and 0 deletions
|
@ -208,6 +208,10 @@ void() m_init =
|
||||||
// Get Platform Information
|
// Get Platform Information
|
||||||
running_platform = Menu_GetPlatform();
|
running_platform = Menu_GetPlatform();
|
||||||
|
|
||||||
|
if (running_platform == PLATFORM_WEB) {
|
||||||
|
localcmd("com_protocolname NZP-REBOOT-WEB\n");
|
||||||
|
}
|
||||||
|
|
||||||
// Init Cvars
|
// Init Cvars
|
||||||
autocvar(cl_cinematic, 0);
|
autocvar(cl_cinematic, 0);
|
||||||
autocvar(nzp_particles, 1);
|
autocvar(nzp_particles, 1);
|
||||||
|
|
Loading…
Reference in a new issue