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