This commit is contained in:
2024-11-07 14:27:55 -06:00
parent cb418f547d
commit 0460ca99d6
4 changed files with 18 additions and 9 deletions

View File

@@ -47,6 +47,8 @@ public class LucyServerBrowserChanges: IScriptMod
code_to_add = new Token[] {
new Token(TokenType.Comma),
new IdentifierToken("lucy_display"),
new Token(TokenType.OpAssign),
new ConstantToken(new StringVariant("")),
}
},
new CodeChange {