Oops. Fix Moses library download.

This commit is contained in:
osmarks 2018-04-30 19:58:12 +01:00
parent d605afe466
commit 53bc8cf6f8

View File

@ -15,7 +15,7 @@ for _, f in pairs(files) do
end end
-- Download functional Lua library -- Download functional Lua library
download("https://github.com/Yonaba/Moses/blob/master/moses_min.lua", "moses.lua") download("https://raw.githubusercontent.com/Yonaba/Moses/master/moses_min.lua", "moses.lua")
print "Downloaded Moses library" print "Downloaded Moses library"
print "Files downloaded. Either client.lua or server.lua should be run on startup." print "Files downloaded. Either client.lua or server.lua should be run on startup."