This is 3.0.0 snapshot

This commit is contained in:
Magnus Ulf
2018-12-23 13:59:25 +01:00
parent c0041e60e2
commit a85b2b9f2d
3 changed files with 4 additions and 3 deletions

View File

@ -395,7 +395,8 @@ public class MPerm extends Entity<MPerm> implements Prioritized, Registerable, N
}
}
return this.has(mplayer, hostFaction, verboose);
var ret = this.has(mplayer, hostFaction, verboose);
return ret;
}
// -------------------------------------------- //