Make server and all clients run desync checks if a client desyncs.

This commit is contained in:
Jonathan G Rennison
2015-11-23 19:47:59 +00:00
parent 69c89c4881
commit f6a8f27501
5 changed files with 40 additions and 6 deletions

View File

@@ -343,6 +343,8 @@ enum Commands {
CMD_REMOVE_PLAN_LINE,
CMD_CHANGE_PLAN_VISIBILITY,
CMD_DESYNC_CHECK, ///< Force desync checks to be run
CMD_END, ///< Must ALWAYS be on the end of this list!! (period)
};