mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
## About The Pull Request Woo yea we are free woo yea tgs6!!!! Only remainder is this in precompile.bat and I dont get enough about tgs to know if I can only delete the else or the elif too ``` IF NOT %1 == "" ( rem TGS4+: we are passed the game directory on the command line cd %1 ) ELSE IF EXIST "..\Game\B\tgstation.dmb" ( rem TGS3: Game/B/tgstation.dmb exists, so build in Game/A cd ..\Game\A ) ELSE ( rem TGS3: Otherwise build in Game/B cd ..\Game\B ) ``` ## Changelog 🆑 code: deleted all remaining code referencing TGS3 /🆑 --------- Co-authored-by: TiviPlus <572233640+TiviPlus@users.noreply.com>
27 lines
291 B
Plaintext
27 lines
291 B
Plaintext
.dockerignore
|
|
.editorconfig
|
|
GPLv3.txt
|
|
LICENSE
|
|
README.md
|
|
.github
|
|
.gitignore
|
|
.gitattributes
|
|
.git/hooks
|
|
.git/info
|
|
.git/modules
|
|
.git/objects
|
|
.git/refs
|
|
.vs*
|
|
cfg
|
|
data
|
|
SQL
|
|
node_modules
|
|
tgstation.dmb
|
|
tgstation.int
|
|
tgstation.rsc
|
|
tgstation.lk
|
|
tgstation.dyn.rsc
|
|
*.dll
|
|
Dockerfile
|
|
tools/bootstrap/.cache
|