ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
160 stars 76 forks source link

"command" is misspelled in Command.cs #785

Closed forkiesassds closed 6 months ago

forkiesassds commented 6 months ago

In line 35 of MCGalaxy/Commands/Command.cs the word command is misspelled as comand

/* 35 */ /// <summary> Whether this comand can be used in museums </summary>
/* 36 */ /// <remarks> Level altering (e.g. places a block) commands should return false </remarks>
/* 37 */ public virtual bool museumUsable { get { return true; } }
UnknownShadow200 commented 6 months ago

Fixed as part of 9ead72b356b2d152be13981d835206323753217d