rmct / AutoReferee

Bukkit plugin for automatically refereeing competitive Minecraft matches.
http://rmct.github.com/AutoReferee
GNU General Public License v3.0
35 stars 19 forks source link

Time packets should be sent on time update, rather than by minute #222

Open mxsdev opened 8 years ago

mxsdev commented 8 years ago

Currently, the plugin messages for timestamps are sent by minute, which means that processing time is handled by the client. This means that time gets off. The timestamp info should be sent to the client once every time it is updated.