Browse Source

Merge pull request #107 from Hoikas/tldn-bucketroom

Fix #106
Branan Purvine-Riley 13 years ago
parent
commit
4aa401007a
  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