So, basically I was working on modding the Portal Gun for a friend and, after trying to add an RTB Pref (which I've done to many of my add-ons before), the server began crashing on startup. I suspect this has to do with RTB, however, I am not 100% sure. But I'm about 95% sure, so.
Console.log is attached.
I've also noticed that, after the last line in the console.log, the background console shows one more line which is not logged, which i suspect to have to do with the crashing, but can't figure out why.
the line is:
Executing Add-Ons/config/server/rtb/modPrefs.cs.
For the sake of it, i'll give you my modPrefs.cs, as it's pretty small anyway.
$PortalGun::CrushEnabled = "1";
$Pref::Server::GR::ImpactImmunity = "1";
$Pref::BanHammer::SuperAdminOnly = "0";
$Pref::BanHammer::BanLength = "60";
$Pref::BanHammer::Reason = "Banhammered!";
$Pref::BanHammer::Mode = "2";
And that's pretty much it, I guess.
Any help is greatly appreciated.