Browse Source

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.
Adam Johnson 13 years ago
parent
commit
ca96e15a37
  1. 1
      Sources/Plasma/PubUtilLib/plNetCommon/plNetMsgScreener.cpp

1
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)

Loading…
Cancel
Save