mirror of
https://github.com/Wyrrrd/Rocket_Turrets.git
synced 2026-04-25 06:41:16 +02:00
8f4dcf4491
Also moved graphics to be used by both info integrations
9 lines
196 B
Lua
9 lines
196 B
Lua
require("integrations.info.wiki.wiki")
|
|
|
|
if mods["wiki"] then
|
|
if mods["bobplates"] then
|
|
wiki_register_mod_wiki(rocketturrets_bob_wiki)
|
|
else
|
|
wiki_register_mod_wiki(rocketturrets_wiki)
|
|
end
|
|
end |