mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-01-19 19:44:47 +00:00
Some Quick Fixes
This commit is contained in:
parent
bf6ac36fa3
commit
e353d67b45
File diff suppressed because it is too large
Load diff
|
|
@ -1,10 +1,10 @@
|
|||
function DownloadNewsPage() {
|
||||
$TWM::Ticks = 0;
|
||||
%server = "www.public.phantomdev.net:80"; //
|
||||
%server = "www.forums.phantomdev.net:80"; //
|
||||
if (!isObject(PageGrabber))
|
||||
%Downloader = new HTTPObject(PageGrabber){};
|
||||
else %Downloader = PageGrabber;
|
||||
%filename = "/SMF/index.php/topic,422.0.html"; //File Location
|
||||
%filename = "/viewtopic.php?f=11&t=416"; //File Location
|
||||
%Downloader.get(%server, %filename);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@ $TWM2::DisabledMissionTypes = ""; //Horde\tHorde4
|
|||
|
||||
$ScoreHudInventory::Active = 0; //0 returns the inv. hud to the normal one
|
||||
|
||||
//PGD Connect has been removed from www.phantomdev.net. I will restore it if mod
|
||||
// support returns to it's original status, for the time being, this GVar will
|
||||
// disable the PGD Connect stuff, allowing the mod to function without it.
|
||||
$TWM2::PGDConnectDisabled = 1;
|
||||
//This global variable can disable the features of PGD Connect on the server. If the service
|
||||
// goes down at any time, please set this to 1. All PGD Connect Servive info may be viewed on
|
||||
// the PGD fourms (http://forums.phantomdev.net)
|
||||
$TWM2::PGDConnectDisabled = 0;
|
||||
|
||||
//CHAT BOT
|
||||
//Now you can control 'Cynthia', or whatever you wish on naming it
|
||||
|
|
|
|||
Loading…
Reference in a new issue