We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d59bd5 commit 97a1e3dCopy full SHA for 97a1e3d
plugins/srs/lua/callbacks.lua
@@ -1,7 +1,8 @@
1
local base = _G
2
local dcsbot = base.dcsbot
3
-local dcs_srs = dcs_srs or {}
+local utils = base.require("DCSServerBotUtils")
4
5
+local dcs_srs = dcs_srs or {}
6
dcsbot.srs = dcsbot.srs or {}
7
8
function dcs_srs.onPlayerTryChangeSlot(playerID, side, slotID)
0 commit comments