merge fixes to main - #61
Merged
Merged
Conversation
…eateRequiredDirs() -conditional, only if folder = os.IsNotExist -Now called on every startup, ensuring the dirs actually exist.
-removed discord settings from /setup -was broken after recent twoboxform.js updates, will not fix due to v6 beta
Member
Author
|
also updated the readme slightly and added a preview gif as the old Github Pages Preview is broken for a long time now |
Member
Author
|
Repo size is now +70Mb because of the Gif..Repo size was doomed before anyway, so not an issue for now. But: SteamServerUI is clean and at about 10mb. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixed: should omit nil check; len() for nil maps is already defined as zero
moved required folder creation outside the if !UIModDir block into createRequiredDirs()
-conditional, only if folder = os.IsNotExist
-Now called on every startup, ensuring the dirs actually exist.
-Credit to Stonned16 for notifying me about this
-fixes Setup on /setup is broken (by removing discord settings from /setup, not the most beautiful fix I ever made..)
updated index for upcoming SteamServerUI transition
bumped version to 5.4.31