diff options
Diffstat (limited to 'src/being')
-rw-r--r-- | src/being/localplayer.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index 6917cc465..1b5df36aa 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -2244,11 +2244,8 @@ void LocalPlayer::tryMagic(const std::string &spell, const int baseMagic, void LocalPlayer::loadHomes() { - if (serverVersion > 0) - return; std::string buf; - std::stringstream ss(serverConfig.getValue("playerHomes", - "maps/018-1.tmx 71 76 maps/013-3.tmx 71 24")); + std::stringstream ss(serverConfig.getValue("playerHomes", "")); while (ss >> buf) { |