Update Set.lua

correct typo in function name
This commit is contained in:
Applevangelist
2021-05-03 09:27:56 +02:00
committed by GitHub
parent 5034005f6b
commit b2d87a8780

View File

@@ -3267,7 +3267,7 @@ do -- SET_STATIC
-- @param #SET_STATIC self
-- @param Core.Zone#ZONE Zone The Zone to be tested for.
-- @return #boolean
function SET_STATIC:IsPatriallyInZone( Zone )
function SET_STATIC:IsPartiallyInZone( Zone )
local IsPartiallyInZone = false