mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 05:25:14 +00:00
Character Select hotfix
This commit is contained in:
parent
ce2a0c40c4
commit
39e997cd48
2 changed files with 2 additions and 2 deletions
|
@ -88,6 +88,6 @@ for i in pairs(gActiveMods) do
|
|||
end
|
||||
end
|
||||
|
||||
modVersion = "1.6"
|
||||
modVersion = "1.6.1"
|
||||
|
||||
allowMenu = {}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
-- name: Character Select
|
||||
-- description:\\#ffff33\\---- Character Select Coop v1.6 ----\n\n\\#dcdcdc\\A Library / API made to make adding and using Custom Characters as simple as possible!\nUse\\#ffff33\\ /char-select\\#dcdcdc\\ to get started!\n\nCreated by:\\#008800\\ Squishy6094\n\\#dcdcdc\\Concepts by:\\#4496f5\\ AngelicMiracles\n\n\\#AAAAFF\\Updates and Packs can be found on\nCharacter Select's Github:\n\\#6666FF\\Squishy6094/character-select-coop
|
||||
-- description:\\#ffff33\\--- Character Select Coop v1.6.1 ---\n\n\\#dcdcdc\\A Library / API made to make adding and using Custom Characters as simple as possible!\nUse\\#ffff33\\ /char-select\\#dcdcdc\\ to get started!\n\nCreated by:\\#008800\\ Squishy6094\n\\#dcdcdc\\Concepts by:\\#4496f5\\ AngelicMiracles\n\n\\#AAAAFF\\Updates and Packs can be found on\nCharacter Select's Github:\n\\#6666FF\\Squishy6094/character-select-coop
|
||||
|
||||
|
||||
local menu = false
|
||||
|
|
Loading…
Reference in a new issue