Skip to content

Commit

Permalink
Fixed LocalRecords not being saved & eXp version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverde8 committed Nov 2, 2017
1 parent 8685d4d commit 4a8c302
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions Core/Core.php
Expand Up @@ -30,11 +30,11 @@
class Core extends ExpPlugin
{

const EXP_VERSION = "1.1.0.0";
const EXP_VERSION = "1.1.0.2";

const EXP_REQUIRE_MANIALIVE = "4.0.0";

const EXP_REQUIRE_DEDIATED = "2014.7.24"; // replace dedicated 2013-7-30 to 2013.7.30
const EXP_REQUIRE_DEDIATED = "2017.7.12";

public $guestList;

Expand Down Expand Up @@ -180,6 +180,18 @@ public function eXpOnLoad()
\___/_/ \_\ .__/ \__,_|_| |_|___/_|\___/|_| |_|
...........................| |.........Plugin Pack for Manialive...............
|_|
_ _____ _ _ _ _
| | / ____| | | | | | | | |
| | | (___ _ _ _ __ _ __ ___ _ __| |_ __| |_ __ ___ _ __ _ __ ___ __| | | |
| | \___ \| | | | '_ \| '_ \ / _ \| '__| __| / _` | '__/ _ \| '_ \| '_ \ / _ \/ _` | | |
|_| ____) | |_| | |_) | |_) | (_) | | | |_ | (_| | | | (_) | |_) | |_) | __/ (_| | |_|
(_) |_____/ \__,_| .__/| .__/ \___/|_| \__| \__,_|_| \___/| .__/| .__/ \___|\__,_| (_)
| | | | | | | |
..................|_|...|_| eXpansion² is planned..............|_|...|_|...................
............................but give it time, lot's of time :(
...please don't report bugs on eXp1, while waiting for exp² switch to another controller...
...........................................................................................
EOT;

$this->console($expansion);
Expand Down Expand Up @@ -285,7 +297,6 @@ public function eXpOnLoad()
if ($this->storage->gameInfos->gameMode == GameInfos::GAMEMODE_SCRIPT) {
$this->connection->triggerModeScriptEvent("LibXmlRpc_UnblockAllCallbacks", "");
try {
$this->connection->triggerModeScriptEvent("XmlRpc.EnableCallbacks", ["true"]);
$this->connection->setModeScriptSettings(array("S_UseScriptCallbacks" => true));
} catch (\Exception $ex) {
$this->console(
Expand Down

0 comments on commit 4a8c302

Please sign in to comment.