Skip to content

Commit 99dd228

Browse files
authored
small fix
1 parent 1da5b49 commit 99dd228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FS19_AutoDrive/scripts/Manager/GraphManager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function ADGraphManager:createMapMarker(markerId, markerName, sendEvent)
336336
end
337337

338338
function ADGraphManager:addGroup(groupName, sendEvent)
339-
if groupName:len() > 1 and self.groups[groupName] == nil and groupName ~= ADGraphManager.debugGroupName then
339+
if groupName:len() > 1 and self.groups[groupName] == nil then
340340
if sendEvent == nil or sendEvent == true then
341341
-- Propagating group creation all over the network
342342
AutoDriveGroupsEvent.sendEvent(groupName, AutoDriveGroupsEvent.TYPE_ADD)

0 commit comments

Comments
 (0)