Skip to content

Commit 871fde5

Browse files
LartyHDLartyHD
authored andcommitted
Updated NoHungerModule to Darkness-Spigot-4.0.0 (RELEASE)
1 parent 0a24af0 commit 871fde5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/NoHunger/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © Copyright - Lars Artmann aka. LartyHD 2019.
2+
* © Copyright - Lars Artmann aka. LartyHD 2020.
33
*/
44

5-
version = "1.0.1"
5+
version = "1.0.2"
295 KB
Binary file not shown.

modules/NoHunger/src/main/kotlin/de/astride/servercore/modules/nohunger/NoHungerModule.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* © Copyright - Lars Artmann aka. LartyHD 2019.
2+
* © Copyright - Lars Artmann aka. LartyHD 2020.
33
*/
44

55
package de.astride.servercore.modules.nohunger
@@ -29,7 +29,7 @@ class NoHungerModule : Module, EventsTemplate() {
2929

3030
override val description: ModuleDescription = ModuleDescription(
3131
javaClass.canonicalName,
32-
"1.0.1",
32+
"1.0.2",
3333
"Lars Artmann | LartyHD",
3434
"Block's hunger in the given regions"
3535
)

0 commit comments

Comments
 (0)