diff options
Diffstat (limited to 'src/actions/windows.cpp')
-rw-r--r-- | src/actions/windows.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/actions/windows.cpp b/src/actions/windows.cpp index c135ab541..2271e12f8 100644 --- a/src/actions/windows.cpp +++ b/src/actions/windows.cpp @@ -278,8 +278,7 @@ impHandler0(bankWindowShow) impHandler0(cartWindowShow) { - if (!serverFeatures || - !serverFeatures->haveCart() || + if (Net::getNetworkType() == ServerType::TMWATHENA || !localPlayer || !localPlayer->getHaveCart()) { |