Jump to content

CanDeployBoatAtPoint doesn't check for GROUND.INVALID


Cunning fox
  • Fixed

map.lua: 166
Someone mistyped GROUND.IMPASSABLE twice. It should be GROUND.INVALID.

if tile == GROUND.IMPASSABLE or tile == GROUND.IMPASSABLE then
	return false
end

 


Steps to Reproduce
Try to deploy a boat on void



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...