Skip to content

Commit

Permalink
Merge pull request #189 from dgelessus/dont_propagate_paging_room
Browse files Browse the repository at this point in the history
Don't propagate `plNetMsgPagingRoom` to other clients
  • Loading branch information
zrax committed Feb 20, 2024
2 parents 996d452 + 026f963 commit 8567357
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GameServ/GameHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,6 @@ void dm_game_message(GameHost_Private* host, Game_PropagateMessage* msg)
try {
switch (msg->m_messageType) {
case MOUL::ID_NetMsgPagingRoom:
dm_propagate(host, netmsg, msg->m_client->m_clientInfo.m_PlayerId);
break;
case MOUL::ID_NetMsgGameStateRequest:
dm_send_state(host, msg->m_client);
Expand Down

0 comments on commit 8567357

Please sign in to comment.