@@ -87,11 +87,11 @@ discard block |
||
| 87 | 87 | protected $server_code = null; |
| 88 | 88 | |
| 89 | 89 | /** |
| 90 | - * The client join link |
|
| 91 | - * |
|
| 92 | - * @type string |
|
| 93 | - */ |
|
| 94 | - protected $join_link = "samp://%s:%d/"; |
|
| 90 | + * The client join link |
|
| 91 | + * |
|
| 92 | + * @type string |
|
| 93 | + */ |
|
| 94 | + protected $join_link = "samp://%s:%d/"; |
|
| 95 | 95 | |
| 96 | 96 | /** |
| 97 | 97 | * Normalize settings for this protocol |
@@ -127,7 +127,7 @@ discard block |
||
| 127 | 127 | |
| 128 | 128 | // Build the server code |
| 129 | 129 | $this->server_code = implode('', array_map('chr', explode('.', $server->ip()))) . |
| 130 | - pack("S", $server->portClient()); |
|
| 130 | + pack("S", $server->portClient()); |
|
| 131 | 131 | |
| 132 | 132 | // Loop over the packets and update them |
| 133 | 133 | foreach ($this->packets as $packetType => $packet) { |