Skip to content

Commit

Permalink
Update CC:T to 1.108.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Oct 29, 2023
1 parent 6083823 commit ed9e1f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/main/java/cc/tweaked/web/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ private static void setupConfig() {
x -> CoreConfig.maximumFilesOpen = x
);

general.addBoolean("disable_lua51_features", "Disable Lua 5.1 features", CoreConfig.disableLua51Features,
"Set this to true to disable Lua 5.1 functions that will be removed in a future " +
"update. Useful for ensuring forward compatibility of your programs now.",
x -> CoreConfig.disableLua51Features = x
);

general.addString("default_computer_settings", "Default computer settings", CoreConfig.defaultComputerSettings,
"A comma separated list of default system settings to set on new computers. Example: " +
"\"shell.autocomplete=false,lua.autocomplete=false,edit.autocomplete=false\" will disable all autocompletion",
Expand Down
2 changes: 1 addition & 1 deletion vendor/CC-Tweaked
Submodule CC-Tweaked updated 169 files

0 comments on commit ed9e1f3

Please sign in to comment.