mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
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.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user