Bumps auxlua to 1.4.1 (#74265)

## About The Pull Request

I had to add new Windows signatures to auxtools so it would work on 515.
I then had to bump the auxtools lua dependency and push a new release
version. This PR bumps the auxlua dependency version.

## Why It's Good For The Game

Fixes admin lua scripting on Windows for 515, for now (it will probably
break again as more 515 beta releases come down the pipeline, but what
else can you do about it? It's probably still broken on Linux but that's
because nobody's found the 515 function signatures on Linux.)

## Changelog

🆑
admin: Fixed admin lua scripting on Windows-hosted servers running on
beta version 515.1602 (the latest version as of this change)
/🆑
This commit is contained in:
Y0SH1M4S73R
2023-03-26 15:52:32 -07:00
committed by GitHub
parent f8d474c47a
commit 358f5b2b7a
2 changed files with 1 additions and 1 deletions
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -24,4 +24,4 @@ export PYTHON_VERSION=3.9.0
export AUXLUA_REPO=tgstation/auxlua
#auxlua git tag
export AUXLUA_VERSION=1.4.0
export AUXLUA_VERSION=1.4.1