mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-06-15 13:24:27 +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)
|
||||
local description = "You see " .. thing:getDescription(distance)
|
||||
if self:getAccountType() ~= ACCOUNT_TYPE_NORMAL then
|
||||
if self:getGroup():getAccess() then
|
||||
if thing:isItem() then
|
||||
description = string.format("%s\nItem ID: %d", description, thing:getId())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user