mirror of
https://github.com/gmod-integration/lua.git
synced 2025-07-31 05:42:40 +00:00
fix: correct casing of config property in DLL check logic
This commit is contained in:
parent
e4763f3efd
commit
4fdf91c8b4
|
@ -9,7 +9,7 @@ function gmInte.detectOS()
|
|||
end
|
||||
|
||||
timer.Create("gmInte:CheckDLL", 30, 0, function()
|
||||
if gmInte.dllInstalled() || gmInte.Config.debug then return end
|
||||
if gmInte.dllInstalled() || gmInte.config.debug then return end
|
||||
print(" ")
|
||||
print(gmInte.getTranslation("admin.dll_install_problem", "The Gmod Integration DLL is missing!\n\nWithout this DLL, some features will not work correctly, including authentication and advanced integration.") .. "\n\n" .. gmInte.getTranslation("admin.dll_install_description", "Install:\n1. Download 'gmsv_gmod_integration_loader_{1}.dll' from: {2}\n2. Move it to the 'garrysmod/lua/bin' folder.\n3. Restart your server.", gmInte.detectOS(), "https://github.com/gmod-integration/auto-loader/releases/latest/download/gmsv_gmod_integration_loader_" .. gmInte.detectOS() .. ".dll"))
|
||||
print(" ")
|
||||
|
|
Loading…
Reference in New Issue
Block a user