mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2024-11-22 04:31:07 +00:00
remove old version check files
This commit is contained in:
parent
93baee8f24
commit
5fa32a9949
2 changed files with 0 additions and 26 deletions
|
@ -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.
|
|
|
@ -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.
|
|
Loading…
Reference in a new issue