mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Removed unnecessary check (#441)
This commit is contained in:
@@ -105,7 +105,6 @@ function onThink(interval, lastExecution)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if Game.getClientVersion().min >= 870 then
|
|
||||||
-- ORDER TYPE 6 (Mounts)
|
-- ORDER TYPE 6 (Mounts)
|
||||||
if orderType == 6 then
|
if orderType == 6 then
|
||||||
served = true
|
served = true
|
||||||
@@ -120,7 +119,6 @@ if Game.getClientVersion().min >= 870 then
|
|||||||
print("Process canceled. [".. player:getName() .."] already have mount: ["..orderItemId.."].")
|
print("Process canceled. [".. player:getName() .."] already have mount: ["..orderItemId.."].")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
-- ORDER TYPE 7 (Direct house purchase)
|
-- ORDER TYPE 7 (Direct house purchase)
|
||||||
if orderType == 7 then
|
if orderType == 7 then
|
||||||
|
Reference in New Issue
Block a user