Skip to content

Commit cf0a85f

Browse files
committed
fix: Renamed p2sm_instantrespawn ConVar to p2sm_multiplayer_instantrespawn
1 parent f95a353 commit cf0a85f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/commands.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
#include "stdafx.hpp"
99
#include "commands.hpp"
1010

11+
#include "utils/loggingsystem.hpp"
12+
#include "utils/memory.hpp"
13+
1114
//---------------------------------------------------------------------------------
1215
// Debug P2:SM++ ConVars | Self-explanatory.
1316
//---------------------------------------------------------------------------------
@@ -16,4 +19,5 @@ ConVar p2sm_developer("p2sm_developer", "0", FCVAR_NONE, "Enable for developer m
1619
//---------------------------------------------------------------------------------
1720
// UTIL P2:SM++ ConVars | ConVars the host can change.
1821
//---------------------------------------------------------------------------------
19-
ConVar p2sm_instantrespawn("p2sm_instantrespawn", "0", FCVAR_NONE, "Whether respawning should be instant or not in multiplayer.");
22+
ConVar p2sm_multiplayer_instantrespawn("p2sm_multiplayer_instantrespawn", "0", FCVAR_NONE, "Whether respawning should be instant or not in multiplayer.");
23+

0 commit comments

Comments
 (0)