You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking the code snippets linked above, you will notice that the deprecation warning was mistakenly added to the if statement checking whether the env variable TM_SERVER_NAME was set, not the elif statement checking for SERVER_NAME.
Should be a simple fix.
The text was updated successfully, but these errors were encountered:
https://github.com/EvoEsports/docker-trackmania/blob/master/entrypoint.sh#L119
https://github.com/EvoEsports/docker-trackmania/blob/master/entrypoint.sh#L129
Checking the code snippets linked above, you will notice that the deprecation warning was mistakenly added to the
if
statement checking whether the env variableTM_SERVER_NAME
was set, not theelif
statement checking forSERVER_NAME
.Should be a simple fix.
The text was updated successfully, but these errors were encountered: