mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 18:47:20 +01:00
Remove silly nullable reference
This commit is contained in:
parent
66538ccd02
commit
e5646bbbfd
@ -45,7 +45,7 @@ public class PurgeWorlds {
|
||||
* @param sender
|
||||
* @param world
|
||||
*/
|
||||
public void purgeWorld(@org.jetbrains.annotations.Nullable CommandSender sender, MVWorld world) {
|
||||
public void purgeWorld(CommandSender sender, MVWorld world) {
|
||||
if (world == null) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user