From ca96e15a377e3a1e696eb54d8294fa2b0686b37c Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sun, 25 Dec 2011 18:54:56 -0500 Subject: [PATCH] Fix #106 Allow plSubWorldMsg to be sent over the network, allowing players to exit the elevator on the second floor of the Teledahn shroom without falling through the floor. --- Sources/Plasma/PubUtilLib/plNetCommon/plNetMsgScreener.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Plasma/PubUtilLib/plNetCommon/plNetMsgScreener.cpp b/Sources/Plasma/PubUtilLib/plNetCommon/plNetMsgScreener.cpp index b2338011..e1e93b19 100644 --- a/Sources/Plasma/PubUtilLib/plNetCommon/plNetMsgScreener.cpp +++ b/Sources/Plasma/PubUtilLib/plNetCommon/plNetMsgScreener.cpp @@ -127,6 +127,7 @@ plNetMsgScreener::Answer plNetMsgScreener::IAllowMessageType(Int16 classIndex, c case CLASS_INDEX_SCOPED(plClothingMsg): case CLASS_INDEX_SCOPED(plEnableMsg): case CLASS_INDEX_SCOPED(plLinkToAgeMsg): + case CLASS_INDEX_SCOPED(plSubWorldMsg): return kYes; // definitely yes or no (based on whether sender is a CCR)