diff options
Diffstat (limited to 'TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d')
| -rw-r--r-- | TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c index 9a7bed4..075d112 100644 --- a/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c +++ b/TemplePushing.c4s/Sections.c4d/SectLiquidTemple.c4d/Script.c @@ -2,7 +2,7 @@ #strict 2 -public func SectionName() { return "LiquidTemple"; } +// public func SectionName() { return "LiquidTemple"; } public func SpawnpointLocations() { return [[100, 515], [290, 490], [480, 460], [180, 315], [370, 285], [1440, 515], [1250, 490], [1060, 460], [1360, 315], [1170, 285], [715, 330], [685, 420], [770, 90], [715, 210], [825, 390], [825, 270], [825, 150]]; } |
