We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bca2fe commit 0174827Copy full SHA for 0174827
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>top.mpt.xzyStudio</groupId>
8
<artifactId>FlyWars</artifactId>
9
- <version>1.1-SNAPSHOT</version>
+ <version>1.2-SNAPSHOT</version>
10
<packaging>jar</packaging>
11
12
<name>FlyWars</name>
src/main/java/top/mpt/xzystudio/flywars/game/Game.java
@@ -70,6 +70,7 @@ public void assignTeams() {
70
if (copy.size() == 1){
71
// 最后一个人剩下可能是单数,不让他加入游戏了
72
PlayerUtils.send(sender, "#RED#剩余一个玩家 #BLUE#<%s> #RED#不得加入游戏!", copy.get(0).getName());
73
+ PlayerUtils.send(copy.get(0), "[FlyWars] #RED#很遗憾,您无法加入当前的游戏!");
74
break;
75
}
76
// 取两个随机数当做下标
0 commit comments