Update PlaceLauncher.php
This commit is contained in:
parent
8273e8113e
commit
1d9e2df7be
|
|
@ -84,6 +84,7 @@ if ($momentoftruth == 1) {
|
|||
$okbrahh = $checkport->fetchColumn();
|
||||
if ($okbrahh == 1) {
|
||||
$port = rand(5000,5999); // great heavens if this ever happens report to me
|
||||
die("How did we get here?");
|
||||
} else if ($okbrahh == 0) {
|
||||
$RCCServiceSoap = new Roblox\Grid\Rcc\RCCServiceSoap("127.0.0.1", 64989);
|
||||
$script = '
|
||||
|
|
|
|||
Loading…
Reference in New Issue