Skip to content

Commit

Permalink
MENU: Set protocol for WEB
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Nov 26, 2024
1 parent 86239f1 commit fac0c5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/menu/main.qc
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ void() m_init =
// Get Platform Information
running_platform = Menu_GetPlatform();

if (running_platform == PLATFORM_WEB) {
localcmd("com_protocolname NZP-REBOOT-WEB\n");
}

// Init Cvars
autocvar(cl_cinematic, 0);
autocvar(nzp_particles, 1);
Expand Down

0 comments on commit fac0c5f

Please sign in to comment.