From 5fa32a99494fc11fd5d44800e507c76f0fd60e34 Mon Sep 17 00:00:00 2001 From: Dexter Haslem Date: Sun, 4 Feb 2018 16:18:27 -0700 Subject: [PATCH] remove old version check files --- resource/ff_version_client.txt | 13 ------------- resource/ff_version_server.txt | 13 ------------- 2 files changed, 26 deletions(-) delete mode 100644 resource/ff_version_client.txt delete mode 100644 resource/ff_version_server.txt diff --git a/resource/ff_version_client.txt b/resource/ff_version_client.txt deleted file mode 100644 index 2488622..0000000 --- a/resource/ff_version_client.txt +++ /dev/null @@ -1,13 +0,0 @@ -2.5.0 - -CLIENT version: -- only the first line of this file matters -- this determines the version of the CLIENT -- it can only be up to 15 characters long - -// Okay the server and client are versioned separately so that we can do a -// client- or server- only update if required. -// The client version is checked when FF is loaded -// The client + server versions are checked when a server is joined -// It is the discretion of the web-based version check script whether or not -// to tell the client to upgrade or that the server they are joining is out of date. \ No newline at end of file diff --git a/resource/ff_version_server.txt b/resource/ff_version_server.txt deleted file mode 100644 index 19e83f1..0000000 --- a/resource/ff_version_server.txt +++ /dev/null @@ -1,13 +0,0 @@ -2.5.0 - -SERVER version: -- only the first line of this file matters -- this determines the version of the SERVER -- it can only be up to 15 characters long - -// Okay the server and client are versioned separately so that we can do a -// client- or server- only update if required. -// The client version is checked when FF is loaded -// The client + server versions are checked when a server is joined -// It is the discretion of the web-based version check script whether or not -// to tell the client to upgrade or that the server they are joining is out of date. \ No newline at end of file