Fixed bam.lua

This commit is contained in:
GreYFoXGTi 2010-08-28 16:40:18 +02:00
parent 193e350500
commit d246247dbb

View file

@ -16,7 +16,7 @@ config:Finalize("config.lua")
-- data compiler
function Script(name)
if family == "windows" then
str_replace(name, "/", "\\")
return str_replace(name, "/", "\\")
end
return "python " .. name
end