mirror of
https://github.com/PhantomGamesDevelopment/TWM2.git
synced 2026-07-15 00:14:38 +00:00
A few fixes, adjusted SSI location
This commit is contained in:
parent
939d1ed06d
commit
bf6ac36fa3
2 changed files with 4 additions and 4 deletions
|
|
@ -11,9 +11,9 @@
|
||||||
// : Servers: [CORE] [SATELITE]
|
// : Servers: [CORE] [SATELITE]
|
||||||
// ============================================================
|
// ============================================================
|
||||||
|
|
||||||
$Generic_Rank_Cap = 75000; //if we cannot get a valid connection
|
$Generic_Rank_Cap = 3000000; //if we cannot get a valid connection
|
||||||
$TWM2Core_Interface = "www.phantomdev.net" TAB "www.tacticaluprising.phantomdev.net"; //don't touch, server connections
|
$TWM2Core_Interface = "www.phantomdev.net" TAB "www.public.phantomdev.net"; //don't touch, server connections
|
||||||
$TWM2ServerInfo_Loc = "/ssiInterface.php";
|
$TWM2ServerInfo_Loc = "/Univ/ssiInterface.php";
|
||||||
|
|
||||||
//connects to the server
|
//connects to the server
|
||||||
function establishPGDConnection() {
|
function establishPGDConnection() {
|
||||||
|
|
|
||||||
|
|
@ -729,7 +729,7 @@ function updateChallengeFile(%client) {
|
||||||
//
|
//
|
||||||
echo("Daily Challenge File Expired for "@%client@", preparing new file.");
|
echo("Daily Challenge File Expired for "@%client@", preparing new file.");
|
||||||
//
|
//
|
||||||
%client.resetAtttempts++;
|
%client.resetAttemps++;
|
||||||
if(%client.resetAttemps >= 3) {
|
if(%client.resetAttemps >= 3) {
|
||||||
error("Client "@%client@" reset attempts > 3, disabling challenge interpreter");
|
error("Client "@%client@" reset attempts > 3, disabling challenge interpreter");
|
||||||
%client.cannotReset = 1;
|
%client.cannotReset = 1;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue