We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5f26fa + 8cab35e commit f74ba97Copy full SHA for f74ba97
gamemode/core/libs/sh_plugin.lua
@@ -83,7 +83,7 @@ function ix.plugin.Load(uniqueID, path, isSingleFile, variable)
83
end
84
85
ix.plugin.list[uniqueID] = PLUGIN
86
- _G[variable] = nil
+ _G[variable] = oldPlugin
87
88
89
if (PLUGIN.OnLoaded) then
0 commit comments