diff --git a/Applications.txt b/Applications.txt index 6ce10545..980bad9a 100644 --- a/Applications.txt +++ b/Applications.txt @@ -553,7 +553,7 @@ type="Application", icon="IgorTimofeev/OpenComputers/master/Applications/RayWalk/Icon.pic", createShortcut="desktop", - version=1.49, + version=1.50, resources={ { name="RayEngine.cfg", diff --git a/Applications/RayWalk/RayWalk.lua b/Applications/RayWalk/RayWalk.lua index 31a355f7..94432edc 100644 --- a/Applications/RayWalk/RayWalk.lua +++ b/Applications/RayWalk/RayWalk.lua @@ -97,7 +97,7 @@ while (true) do if ( e[1] ) then if e[1] == "touch" then if e[5] == 1 then - if not rayEngine.currentWeapon then rayEngine.place(3) end + if not rayEngine.currentWeapon then rayEngine.place(3, 0x3) end else if rayEngine.currentWeapon then rayEngine.fire() else rayEngine.destroy(3) end end