„Chris.MultiNPC.lsl“ ändern

This commit is contained in:
Christopher 2021-01-30 18:40:51 +00:00
parent 0c3bba4ed9
commit 1fb1f920e2
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ state waitingForPlayers
{
llSetTimerEvent(2);
m_lastTimeCheck = llGetUnixTime();
llOwnerSay(getRealAgentCount());
if(getRealAgentCount() != 0)
state running;
}