diff -r cfcbc960337e -r 0eb1457f7b94 share/hedgewars/Data/Scripts/Multiplayer/Racer.lua --- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Sun Apr 30 00:36:36 2017 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Mon May 01 00:04:28 2017 +0200 @@ -5,6 +5,11 @@ -- by mikade ----------------------------------------- +-- DEVELOPER WARNING - FOR OFFICIAL DEVELOPMENT -- +-- Be careful when editig this script, do not introduce changes lightly! +-- This script is used for time records on the official Hedgewars server. +-- Introducing breaking changes means we have to invalidate past time records! + ----------------------------------- --0.1: took all the code from crazy racer and scrapped most of it -----------------------------------