mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-18 16:17:20 +00:00
Enable GPACK for Player
Enable GPACK for Player
This commit is contained in:
@@ -14,9 +14,8 @@
|
||||
// -------------------------------------------------
|
||||
// GPACK (unchanged logic, cleaner)
|
||||
// -------------------------------------------------
|
||||
$gpack = ($session->gpack == null || GP_ENABLE == false)
|
||||
? GP_LOCATE
|
||||
: $session->gpack;
|
||||
// GP_LOCATE contine deja pachetul efectiv (vezi config.php).
|
||||
$gpack = GP_LOCATE;
|
||||
|
||||
// -------------------------------------------------
|
||||
// PROFILE SHORTCODES (UNCHANGED LOGIC)
|
||||
|
||||
Reference in New Issue
Block a user