Any ideas as to why this would be crashing the server, server is running NWNX2
BootPC Crashing server
Débuté par
Madasahatter
, juin 26 2011 07:45
void DoBoot(object oPC)
{
if (GetIsObjectValid(oPC))
{
BootPC(oPC);
}
}