accidentally left MoonScript syntax in there...

This commit is contained in:
/Fox --develop
2017-03-01 01:55:19 -08:00
committed by GitHub
parent 99be3b834e
commit ac75e758b4

View File

@@ -1,6 +1,6 @@
math.randomseed(os.time())
local heightmap = require((...)\gsub("%.", "/") .. "/heightmap")
local heightmap = require((...):gsub("%.", "/") .. "/heightmap")
local floor = math.floor