You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/game/server/gameinterface.cpp
+47Lines changed: 47 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -246,9 +246,13 @@ static int g_nCommandClientIndex = 0;
246
246
// The chapter number of the current
247
247
staticint g_nCurrentChapterIndex = -1;
248
248
249
+
#ifdef BDSBASE
250
+
static ConVar sv_showhitboxes("sv_showhitboxes", "0", FCVAR_CHEAT, "Send server-side hitboxes for specified entity to client (NOTE: this uses lots of bandwidth, use on listen server only).");
251
+
#else
249
252
#ifdef _DEBUG
250
253
static ConVar sv_showhitboxes( "sv_showhitboxes", "-1", FCVAR_CHEAT, "Send server-side hitboxes for specified entity to client (NOTE: this uses lots of bandwidth, use on listen server only)." );
0 commit comments