mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-17 04:51:31 +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 sender
|
||||||
* @param world
|
* @param world
|
||||||
*/
|
*/
|
||||||
public void purgeWorld(@org.jetbrains.annotations.Nullable CommandSender sender, MVWorld world) {
|
public void purgeWorld(CommandSender sender, MVWorld world) {
|
||||||
if (world == null) {
|
if (world == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user