Update
This commit is contained in:
		@@ -2,9 +2,11 @@
 | 
				
			|||||||
on region enter:
 | 
					on region enter:
 | 
				
			||||||
    wait 1 tick
 | 
					    wait 1 tick
 | 
				
			||||||
    if "%event-region%" contains "_portal_to_lobby":
 | 
					    if "%event-region%" contains "_portal_to_lobby":
 | 
				
			||||||
 | 
					        wait 40 tick
 | 
				
			||||||
        connect player to "lobby"
 | 
					        connect player to "lobby"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
on region exit:
 | 
					on region exit:
 | 
				
			||||||
    wait 1 tick
 | 
					    wait 1 tick
 | 
				
			||||||
    if "%event-region%" contains "_portal_to_lobby":
 | 
					    if "%event-region%" contains "_portal_to_lobby":
 | 
				
			||||||
 | 
					        wait 40 tick
 | 
				
			||||||
        connect player to "lobby"
 | 
					        connect player to "lobby"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user