fixed several linter warnings (#26977)

This commit is contained in:
DamianX
2020-06-30 21:13:50 +02:00
committed by GitHub
parent 6c2410e4db
commit b5f52ccb4b
11 changed files with 15 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
/world/proc/_BSQL_Internal_Call(func, ...)
var/list/call_args = args.Copy(2)
BSQL_Debug("[.....]: [args[1]]([call_args.Join(", ")])")
BSQL_Debug("_BSQL_Internal_Call: [args[1]]([call_args.Join(", ")])")
. = call(_BSQL_Library_Path(), func)(arglist(call_args))
BSQL_Debug("Result: [. == null ? "NULL" : "\"[.]\""]")