Core: SOme code cleanup, more to follow.
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Game.Chat
|
||||
return true;
|
||||
}
|
||||
|
||||
Guild guild = new Guild();
|
||||
Guild guild = new();
|
||||
if (!guild.Create(target, guildname))
|
||||
{
|
||||
handler.SendSysMessage(CypherStrings.GuildNotCreated);
|
||||
|
||||
Reference in New Issue
Block a user