Skip to content

Commit

Permalink
Merge branch 'SirPlease_master'
Browse files Browse the repository at this point in the history
  • Loading branch information
altair-sossai committed Jul 21, 2024
2 parents 73c8aa0 + 2b6b82e commit 4ae3c2a
Show file tree
Hide file tree
Showing 84 changed files with 7 additions and 25,590 deletions.
Binary file removed addons/metamod/bin/metamod.2.sdk2013.dll
Binary file not shown.
Binary file removed addons/metamod/bin/metamod.2.sdk2013.so
Binary file not shown.
Binary file removed addons/sourcemod/bin/sourcemod.2.sdk2013.dll
Binary file not shown.
Binary file removed addons/sourcemod/bin/sourcemod.2.sdk2013.so
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/archive/modules/ReqMatch.sp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ RM_Match_Unload(bool:bForced=false)
if(!IsHumansOnServer() || bForced)
{
if(RM_DEBUG || IsDebugEnabled())
LogMessage("%s Match ís no longer active, sb_all_bot_game reset to 0, IsHumansOnServer %b, bForced %b",RM_DEBUG_PREFIX,IsHumansOnServer(),bForced);
LogMessage("%s Match нs no longer active, sb_all_bot_game reset to 0, IsHumansOnServer %b, bForced %b",RM_DEBUG_PREFIX,IsHumansOnServer(),bForced);

RM_bIsAMatchActive = false;
SetConVarInt(FindConVar("sb_all_bot_game"),0);
Expand Down
Loading

0 comments on commit 4ae3c2a

Please sign in to comment.