diff options
author | Reflex18 <127531099+Reflex18@users.noreply.github.com> | 2024-02-29 05:14:20 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 20:14:20 +0100 |
commit | dfe9319d6bb1befe4e6338d0f8f5f9ddd05a991c (patch) | |
tree | 2336c915ab99470d076fad62518511a5107bf900 /settings.gradle | |
parent | 3ecc0cdab0584c4af7607d5a814c240136178aae (diff) | |
download | GT5-Unofficial-dfe9319d6bb1befe4e6338d0f8f5f9ddd05a991c.tar.gz GT5-Unofficial-dfe9319d6bb1befe4e6338d0f8f5f9ddd05a991c.tar.bz2 GT5-Unofficial-dfe9319d6bb1befe4e6338d0f8f5f9ddd05a991c.zip |
Fixing power checks from telsa tower (#271)
changed check to 10 ticks from 10 seconds to fix power failing on server starting.
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle b/settings.gradle index 3b6c62d046..16a5b4ca7d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -17,7 +17,7 @@ pluginManagement { } plugins { - id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.9' + id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.14' } |