Removed unnecessary check (#441)

This commit is contained in:
Evil Puncker 2020-07-19 12:25:19 -03:00 committed by GitHub
parent 17f1ffee95
commit aa016fc0b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,7 +105,6 @@ function onThink(interval, lastExecution)
end
end
if Game.getClientVersion().min >= 870 then
-- ORDER TYPE 6 (Mounts)
if orderType == 6 then
served = true
@ -120,7 +119,6 @@ if Game.getClientVersion().min >= 870 then
print("Process canceled. [".. player:getName() .."] already have mount: ["..orderItemId.."].")
end
end
end
-- ORDER TYPE 7 (Direct house purchase)
if orderType == 7 then