File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
SkyChanger-Sponge/src/main/java/com/dscalzi/skychanger/sponge/internal Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,8 @@ public Optional<Text> getShortDescription(CommandSource source) {
420
420
421
421
@ Override
422
422
public Optional <Text > getHelp (CommandSource source ) {
423
- return Optional .of (Text .of ("Run /SkyChanger to view usage." ));
423
+ Text t = Text .of ("Run /SkyChanger to view usage." );
424
+ return Optional .of (t );
424
425
}
425
426
426
427
@ Override
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ subprojects {
31
31
32
32
def major = ' 2'
33
33
def minor = ' 0'
34
- def spongeRevision = ' 1 '
34
+ def spongeRevision = ' 2 '
35
35
def bukkitRevision = ' 1'
36
36
37
37
version = " ${ major} .${ minor} .${ project.name.endsWith('Sponge') ? spongeRevision : bukkitRevision} "
You can’t perform that action at this time.
0 commit comments