mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-16 05:34:29 +02:00
revert tutors to see items like pro
This commit is contained in:
parent
2085604ac0
commit
273e892e3d
@ -1,6 +1,6 @@
|
|||||||
function Player:onLook(thing, position, distance)
|
function Player:onLook(thing, position, distance)
|
||||||
local description = "You see " .. thing:getDescription(distance)
|
local description = "You see " .. thing:getDescription(distance)
|
||||||
if self:getAccountType() ~= ACCOUNT_TYPE_NORMAL then
|
if self:getGroup():getAccess() then
|
||||||
if thing:isItem() then
|
if thing:isItem() then
|
||||||
description = string.format("%s\nItem ID: %d", description, thing:getId())
|
description = string.format("%s\nItem ID: %d", description, thing:getId())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user