Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 9764cd8

Browse files
committed
Fix sServerIP's size being too small
1 parent 722c250 commit 9764cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gameserver/scripting/calladmin_ts3.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public void CallAdmin_OnReportPost(int client, int target, const char[] reason)
183183
char sTargetName[MAX_NAME_LENGTH * 4];
184184

185185
char sServerName[64 * 4];
186-
char sServerIP[16 + 5];
186+
char sServerIP[16 + 6];
187187

188188
// Currently maximum 48 in length
189189
char sReason[REASON_MAX_LENGTH * 4];

0 commit comments

Comments
 (0)