From 465620a871e7da8d72d82a999eac8623570d13fd Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 13 Sep 2025 00:37:10 -0300 Subject: add `MAX_DEPOTS` constant + enable assertions in debug mode --- src/receiving.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/receiving.cc') diff --git a/src/receiving.cc b/src/receiving.cc index 7546396..3cf3f66 100644 --- a/src/receiving.cc +++ b/src/receiving.cc @@ -1620,7 +1620,7 @@ void CRuleViolation(TConnection *Connection, TReadBuffer *Buffer){ } } - PunishmentOrder(Player, Name,IPAddress, Reason, Action, Comment, + PunishmentOrder(Player, Name, IPAddress, Reason, Action, Comment, NumberOfStatements, ReportedStatements, StatementID, IPBanishment); } -- cgit v1.2.3