diff --git a/apps/openmw/mwscript/transformationextensions.cpp b/apps/openmw/mwscript/transformationextensions.cpp index 8594b6fc2..cf603c4fd 100644 --- a/apps/openmw/mwscript/transformationextensions.cpp +++ b/apps/openmw/mwscript/transformationextensions.cpp @@ -70,7 +70,7 @@ namespace MWScript MWBase::Environment::get().getWindowManager()-> messageBox("You can't change your own scale in multiplayer. Only the server can."); } - else if (ptr.isInCell() && ptr.getCellRef().getScale() != scale) + else if (mwmp::Main::get().getLocalPlayer()->isLoggedIn() && ptr.isInCell() && ptr.getCellRef().getScale() != scale) { // Ignore attempts to change another player's scale if (mwmp::PlayerList::isDedicatedPlayer(ptr))