Skip to content

Commit

Permalink
Corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Naviary2 committed Jul 16, 2024
1 parent 4c79ba8 commit 340315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/utility/HTMLScriptInjector.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function getCachedHTML(htmlFilePath) {
prepareAndCacheHTML(htmlFilePath, jsFilePath, {string: HTML_callGame_JS_string, injectafter: injectafter_string});
}

// Inject the reserved usernames, and profain words, into createaccount.html, then SAVE it in /dist!
// Inject the reserved usernames, and profain words, into createaccount.js script, then SAVE it in /dist!
// Does using synchronious read and write methods slow down startup???? Should asynchronious be used????
{
// Retrieve the reserved usernames
Expand Down

0 comments on commit 340315e

Please sign in to comment.