mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-23 02:55:23 +01:00
Minor typo.
This commit is contained in:
parent
af93530dbe
commit
cc988c0b5a
@ -40,7 +40,7 @@ public WeatherType parseInput(FlagContext context) throws InvalidFlagFormat {
|
||||
input = input.trim();
|
||||
WeatherType weatherType = unmarshal(input);
|
||||
if (weatherType == null) {
|
||||
throw new InvalidFlagFormat("Unknown game mode: " + input);
|
||||
throw new InvalidFlagFormat("Unknown weather type: " + input);
|
||||
}
|
||||
return weatherType;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user