fix(premium): bring back default value for OnBeforeTeleport

This commit is contained in:
gasaichandesu
2026-08-22 20:42:20 +04:00
parent 991afe708a
commit a0ec2976ef
@@ -840,5 +840,5 @@ bool Eluna::OnPlayerBeforeTeleport(Player* player, uint32 mapid, float x, float
Push(options);
Push(target);
return CallAllFunctionsBool(PlayerEventBindings, key, true);
return CallAllFunctionsBool(PlayerEventBindings, key);
}