mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 04:32:50 -04:00
Super quick fix for release, I am too tired.
This commit is contained in:
parent
843f806d2f
commit
191d778215
@ -341,7 +341,7 @@ namespace MCGalaxy.Commands
|
|||||||
}
|
}
|
||||||
|
|
||||||
static bool OwnsMap(Player p, Level lvl) {
|
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) {
|
public override void Help(Player p) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user