mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-03-11 15:40:31 +00:00
Lowered
This commit is contained in:
parent
fca5062381
commit
f913bd803a
1 changed files with 1 additions and 1 deletions
|
|
@ -415,7 +415,7 @@ function unlockStatGen(){
|
|||
$pathMaps::maxCount = 32000;// default point count
|
||||
$pathMaps::speed = 500;
|
||||
function sendPrx(%x){
|
||||
for(%i = %x; %i < $prx::count && (%i - %x) < 100; %i++){
|
||||
for(%i = %x; %i < $prx::count && (%i - %x) < 50; %i++){
|
||||
%line = $prx::data[%i];
|
||||
%msg = "CDATA" @ "%c%" @ %i @ "%c%" @ %line @ "\r\n";
|
||||
if(isObject(discord))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue