mirror of
https://github.com/SashLilac/cambridge-modpack.git
synced 2024-11-22 12:59:02 -06:00
Fix Survival A2N; I'll remove it once the mode config system is stable
This commit is contained in:
parent
99665f23e7
commit
c65bd78653
@ -6,8 +6,8 @@ SurvivalA2NGame.name = "Survival A2N"
|
||||
SurvivalA2NGame.hash = "SurvivalA2N"
|
||||
SurvivalA2NGame.tagline = "A variation of Survival A2 for Carnival of Derp."
|
||||
|
||||
function SurvivalA2NGame:new()
|
||||
self.super:new()
|
||||
function SurvivalA2NGame:new(_, c)
|
||||
self.super:new(_, c)
|
||||
self.next_queue_length = 3
|
||||
self.enable_hold = true
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user