mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-24 01:11:46 +00:00
Re-re-refix clickables
This commit is contained in:
parent
a9d55645b5
commit
c88555da94
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ function getStartBuyables(layer){
|
|||
function getStartClickables(layer){
|
||||
let data = {}
|
||||
if (layers[layer].clickables) {
|
||||
for (id in layers[layer].buyables)
|
||||
for (id in layers[layer].clickables)
|
||||
if (isPlainObject(layers[layer].clickables[id]))
|
||||
data[id] = ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue