mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
Beta: Fixes for existing scripts + feature for jim-crafting
This commit is contained in:
@@ -263,7 +263,7 @@ function createCircleTarget(data, opts, dist)
|
||||
end
|
||||
else
|
||||
-- Create new target
|
||||
local tempText = ""
|
||||
local tempText = {}
|
||||
local keyTable = { 38, 29, 303, 45, 46, 47, 48 }
|
||||
for i = 1, #opts do
|
||||
opts[i].key = keyTable[i]
|
||||
|
||||
Reference in New Issue
Block a user