This commit is contained in:
AffectedArc07
2022-07-19 15:09:28 +01:00
parent 1eabe0769c
commit 28c3588474
+1
View File
@@ -92,6 +92,7 @@
if(skip_compat_check && !fexists(SERVICE_INTERFACE_DLL))
TGS_ERROR_LOG("Service parameter present but no interface DLL detected. This is symptomatic of running a service less than version 3.1! Please upgrade.")
return
TGS_INFO_LOG("Running [command] via service export")
call(SERVICE_INTERFACE_DLL, SERVICE_INTERFACE_FUNCTION)(instance_name, command) //trust no retval
return TRUE