991jo / rcon-server

A implementation of the RCON protocol on the server side.
Other
6 stars 0 forks source link

Replace RCONPacket with RCONMessage #3

Open 991jo opened 5 years ago

991jo commented 5 years ago

Replace RCONPacket with RCONMessage wherever appropriate. Mark the RCONPacket as a more private class. In general the RCONMessage class should be used.