mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 10:49:23 +02:00
loginWebService correct pvptypes
This commit is contained in:
parent
88a13e6d10
commit
74890c1ea6
@ -241,7 +241,13 @@ if($_SERVER['HTTP_USER_AGENT'] == "Mozilla/5.0" && $config['ServerEngine'] === '
|
||||
'externalport' => $gameserver['port'],
|
||||
'previewstate' => 0,
|
||||
'location' => 'ALL',
|
||||
'pvptype' => 'pvp',
|
||||
// 0 - open pvp
|
||||
// 1 - optional
|
||||
// 2 - hardcore
|
||||
// 3 - retro open pvp
|
||||
// 4 - retro hardcore pvp
|
||||
// 5 and higher - (unknown)
|
||||
'pvptype' => 0,
|
||||
'externaladdressunprotected' => $gameserver['ip'],
|
||||
'externaladdressprotected' => $gameserver['ip'],
|
||||
'externalportunprotected' => $gameserver['port'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user