Просмотр исходного кода

Fixed bad class naming for GameQ arkse protocol.

The previous name of the class (ase) was already in use for All-Seeing Eye and it was not following the class naming used in GameQ, therefore the GameQ protocol listing at the xml creator was failing to load.
DieFeM 8 лет назад
Родитель
Сommit
5d4ea8493a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      protocol/GameQ/gameq/protocols/arkse.php

+ 1 - 1
protocol/GameQ/gameq/protocols/arkse.php

@@ -21,7 +21,7 @@
  *
  * @author Mikael Nielsen <[email protected]>
  */
-class GameQ_Protocols_ase extends GameQ_Protocols_Source
+class GameQ_Protocols_Arkse extends GameQ_Protocols_Source
 {
 	protected $name = "arkse";
 	protected $name_long = "Ark Survival Evolved";