mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-21 18:16:03 +01:00
Added a space
This commit is contained in:
parent
c23d7a2d14
commit
4f516a7eb2
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,6 +1,10 @@
|
|||||||
*.class
|
*.class
|
||||||
.*
|
.*
|
||||||
/target/
|
/target/
|
||||||
|
/build/
|
||||||
|
/classes/
|
||||||
|
/run/
|
||||||
|
/logs/
|
||||||
|
|
||||||
# Package Files #
|
# Package Files #
|
||||||
*.jar
|
*.jar
|
||||||
@ -8,3 +12,7 @@
|
|||||||
*.ear
|
*.ear
|
||||||
|
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
*.ipr
|
||||||
|
|
||||||
|
*.iws
|
||||||
|
@ -302,7 +302,7 @@ public class AdvancedPortalsCommand implements CommandExecutor, TabCompleter {
|
|||||||
if (args.length > 1) {
|
if (args.length > 1) {
|
||||||
if (Portal.portalExists(args[1])) {
|
if (Portal.portalExists(args[1])) {
|
||||||
player.setMetadata("selectedPortal", new FixedMetadataValue(plugin, args[1]));
|
player.setMetadata("selectedPortal", new FixedMetadataValue(plugin, args[1]));
|
||||||
player.sendMessage(PluginMessages.customPrefix + " You have selected\u00A7e" + args[1] + "\u00A7a.");
|
player.sendMessage(PluginMessages.customPrefix + " You have selected\u00A7e " + args[1] + "\u00A7a.");
|
||||||
} else {
|
} else {
|
||||||
player.sendMessage(PluginMessages.customPrefixFail + " No portal by the name \u00A7e" + args[1] + "\u00A7c exists (maybe you got the caps wrong)\n Try typing \u00A7e/portal select\u00A7c and hit inside the apropriate portals area!");
|
player.sendMessage(PluginMessages.customPrefixFail + " No portal by the name \u00A7e" + args[1] + "\u00A7c exists (maybe you got the caps wrong)\n Try typing \u00A7e/portal select\u00A7c and hit inside the apropriate portals area!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user