## 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>