mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 12:33:20 +00:00
Minor changes
This commit is contained in:
parent
df0d2da42b
commit
98ec7a34fa
4 changed files with 2 additions and 2 deletions
|
@ -715,8 +715,6 @@ public Action Timer_DropSurvivor(Handle h, int client) {
|
|||
hMinPlayers.IntValue = --abmExtraCount;
|
||||
if(hMinPlayers.IntValue < 4) {
|
||||
hMinPlayers.IntValue = 4;
|
||||
PrintToConsoleAll("[EPI!!] hMinPlayers dropped below 4. This is a bug, please report to jackz.");
|
||||
PrintToServer("[EPI!!] hMinPlayers dropped below 4. This is a bug, please report to jackz.");
|
||||
}
|
||||
}
|
||||
DropDroppedInventories();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue