mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-16 07:14:55 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function onLogin(player)
|
||||
if player:getStorageValue(17571) ~= 1 then
|
||||
if player:getStorageValue(17571) ~= 1 and not player:isFakePlayer() then
|
||||
player:setStorageValue(17571, 1)
|
||||
|
||||
-- Items
|
||||
|
Reference in New Issue
Block a user