mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Remove old tgs_version header while processing
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
TGS_WRITE_GLOBAL(tgs, new_api)
|
||||
|
||||
/world/proc/SelectTgsApi(tgs_version)
|
||||
//remove the old 3.0 header
|
||||
tgs_version = replacetext(tgs_version, "/tg/station 13 Server v", "")
|
||||
|
||||
var/list/version_bits = splittext(tgs_version, ".")
|
||||
|
||||
var/super = text2num(version_bits[0])
|
||||
|
||||
Reference in New Issue
Block a user