Okay I've been up for two days, I'm going to bed

This commit is contained in:
ZeroEpoch1969
2018-07-31 01:03:12 -07:00
parent da06ff50cb
commit 0657d01059
4 changed files with 24 additions and 13 deletions

View File

@ -185,7 +185,7 @@ public class Command_mbconfig extends FreedomCommand
if (masterBuilder == null)
{
msg("Matser Builder not found: " + args[1]);
msg("Master Builder not found: " + args[1]);
return true;
}