diff --git a/Commands/CmdOverseer.cs b/Commands/CmdOverseer.cs index 3bc62d52f..f92b98879 100644 --- a/Commands/CmdOverseer.cs +++ b/Commands/CmdOverseer.cs @@ -341,7 +341,7 @@ namespace MCGalaxy.Commands } static bool OwnsMap(Player p, Level lvl) { - return lvl.RealmOwner.CaselessEq(p.name) || p.level.name.CaselessEq(p.name); + return lvl.RealmOwner.CaselessEq(p.name) || p.level.name.CaselessStarts(p.name); } public override void Help(Player p) {