Remove use of deprecated API
This commit is contained in:
parent
3ed1929825
commit
0aaa6cc74e
2 changed files with 2 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"author": ["Emik"],
|
"author": ["Emik"],
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
"badge_text_colour": "44475A",
|
"badge_text_colour": "44475A",
|
||||||
|
|
@ -15,6 +15,6 @@
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"Steamodded (>=1.*)",
|
"Steamodded (>=1.*)",
|
||||||
"Lovely (>=0.6)",
|
"Lovely (>=0.6)",
|
||||||
"Bakery (>=0.1.26~*)"
|
"Bakery (>=1.3.2~*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -162,5 +162,3 @@ SMODS.Joker {
|
||||||
)
|
)
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
Bakery_API.usable_jokers.j_Roland_Escapey = true
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue