Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit 01f7297

Browse files
committed
ベータテストに向けて秒数とか変更
1 parent 2e7e308 commit 01f7297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Lobby.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
class Lobby extends SubPluginBase implements Listener{
3232

33-
private const VOTE_TIME = 1; //120
33+
private const VOTE_TIME = 40; //120
3434
private const MIN_PLAYER = 1; //10
3535

3636
public static function teleportToLobby(Player $player) : void{

0 commit comments

Comments
 (0)