Omegaexdeath
Member
so i am compiling test for server start & get error on line 753 of characterCreation.cs
i know its the braces but not sure what i should do to fix still learning, a correction would be truely amazing to know how it should look
i know its the braces but not sure what i should do to fix still learning, a correction would be truely amazing to know how it should look
Code:
//New player Awareness
if (args.Account.Count < 2)
{
foreach...
new WelcomeTimer( newChar ).Start();
// Xml Spawner 3.26c XmlPoints, XmlMobFaction - SOF
XmlAttach.AttachTo(newChar, new XmlPoints());
XmlAttach.AttachTo(newChar, new XmlMobFactions());
// Xml Spawner 3.26c XmlPoints, XmlMobFaction - EOF
}