From: terencehill Date: Mon, 22 Oct 2018 14:53:59 +0000 (+0200) Subject: WAYPOINT_VERSION 1.01 --> 1.02 X-Git-Tag: xonotic-v0.8.5~1742^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=67640b0804cc24139ce91a7a61cd2ca8c3891913;p=xonotic%2Fxonotic-data.pk3dir.git WAYPOINT_VERSION 1.01 --> 1.02 --- diff --git a/qcsrc/server/bot/default/waypoints.qh b/qcsrc/server/bot/default/waypoints.qh index d3c6cf510..1de3d4490 100644 --- a/qcsrc/server/bot/default/waypoints.qh +++ b/qcsrc/server/bot/default/waypoints.qh @@ -6,7 +6,7 @@ // increase by 0.01 when changes require only waypoint relinking // increase by 1 when changes require to manually edit waypoints // max 2 decimal places, always specified -const float WAYPOINT_VERSION = 1.01; +const float WAYPOINT_VERSION = 1.02; string waypoint_time; // fields you can query using prvm_global server to get some statistics about waypoint linking culling