summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 630a52abd..143be2f03 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -14108,12 +14108,6 @@ BUILDIN_FUNC(sscanf){
*(buf_p-len+1) = '*';
}
- // Passed more, than needed
- if(arg<argc){
- ShowWarning("buildin_sscanf: Unused arguments passed.\n");
- script_reportsrc(st);
- }
-
script_pushint(st, arg);
if(buf) aFree(buf);
if(ref_str) aFree(ref_str);