fix merge issue: swapped net message types, fixes medical clinic and ready check

This commit is contained in:
Evil Factory
2022-02-28 21:46:54 -03:00
parent 6d00e210f0
commit 08e0f72cbe

View File

@@ -81,8 +81,8 @@ namespace Barotrauma.Networking
MISSION,
EVENTACTION,
CREW, //anything related to managing bots in multiplayer
READY_CHECK, //start, end and update a ready check
MEDICAL, //medical clinic
READY_CHECK, //start, end and update a ready check
LUA_NET_MESSAGE
}