Minor changes

This commit is contained in:
Jackz 2023-04-29 23:26:24 -05:00
parent df0d2da42b
commit 98ec7a34fa
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
4 changed files with 2 additions and 2 deletions

View file

@ -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();