mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 10:39:20 +02:00
4 lines
97 B
Lua
4 lines
97 B
Lua
function onEquip(player, item, slot)
|
|
player:removeCondition(CONDITION_DROWN)
|
|
return true
|
|
end |