Skip to content

Commit 97a1e3d

Browse files
authored
import missing
1 parent 2d59bd5 commit 97a1e3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/srs/lua/callbacks.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
local base = _G
22
local dcsbot = base.dcsbot
3-
local dcs_srs = dcs_srs or {}
3+
local utils = base.require("DCSServerBotUtils")
44

5+
local dcs_srs = dcs_srs or {}
56
dcsbot.srs = dcsbot.srs or {}
67

78
function dcs_srs.onPlayerTryChangeSlot(playerID, side, slotID)

0 commit comments

Comments
 (0)