From ca37dbb591b94a2f6f90c6fb63e5d1fcc993305c Mon Sep 17 00:00:00 2001 From: Toad-Dev <748280+toad-dev@users.noreply.github.com> Date: Fri, 17 Dec 2021 10:49:09 -0800 Subject: [PATCH] Stamp out `restiched` --- settings.gradle | 2 +- src/main/resources/assets/computercraft/lua/rom/motd.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 0c9dcc7ba..db76eed07 100644 --- a/settings.gradle +++ b/settings.gradle @@ -8,4 +8,4 @@ pluginManagement { } } -rootProject.name = "cc-restiched" +rootProject.name = "cc-restitched" diff --git a/src/main/resources/assets/computercraft/lua/rom/motd.txt b/src/main/resources/assets/computercraft/lua/rom/motd.txt index 5e8bf5168..3b347b252 100644 --- a/src/main/resources/assets/computercraft/lua/rom/motd.txt +++ b/src/main/resources/assets/computercraft/lua/rom/motd.txt @@ -1,4 +1,4 @@ -View the source code at https://github.com/cc-tweaked/cc-restiched +View the source code at https://github.com/cc-tweaked/cc-restitched View the documentation at https://wiki.computercraft.cc Visit the forum at https://forums.computercraft.cc You can disable these messages by running "set motd.enable false"