mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Fix script break stop if config file not found
This commit is contained in:
6
dev_modules/pedGenerator.lua
Normal file
6
dev_modules/pedGenerator.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
pedGenerator = {}
|
||||
|
||||
pedGenerator.Start = function()
|
||||
|
||||
|
||||
end
|
||||
6
dev_modules/targetCreator.lua
Normal file
6
dev_modules/targetCreator.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
targetCreator = {}
|
||||
|
||||
targetCreator.Start = function()
|
||||
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user