Skip to content

Commit

Permalink
end
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Jan 16, 2022
1 parent c865d03 commit 7b2fc93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions src/main/java/com/hrs/kloping/Command.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import com.hrs.kloping.entity.Card;
import com.hrs.kloping.entity.OCardSet;
import net.mamoe.mirai.Bot;
import net.mamoe.mirai.BotFactory;
import net.mamoe.mirai.contact.Group;

import java.util.List;
Expand Down Expand Up @@ -50,13 +48,6 @@ public static synchronized void exec(String text, long qq, Group group) {
destroy();
else tipsCantClose(group);
break;
case "test0":
Group g0 = Bot.getInstance(930204019L).getGroup(794238572L);
Table table = new Table(g0, OCardSet.getCards());
table.addPlayer(3474006766L);
table.addPlayer(3528641250L);
table.addPlayer(291841860L);
break;
}
if (result != null)
group.sendMessage(result.toString());
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hrs/kloping/HPlugin_Landlord.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class HPlugin_Landlord extends JavaPlugin {
public static final ExecutorService threads = Executors.newFixedThreadPool(10);

private HPlugin_Landlord() {
super(new JvmPluginDescriptionBuilder("com.hrs.kloping.h_plugin_Landlord", "2.1")
super(new JvmPluginDescriptionBuilder("com.hrs.kloping.h_plugin_Landlord", "2.5-end")
.name("LandlordGame")
.info("斗地主游戏")
.author("HRS")
Expand Down

0 comments on commit 7b2fc93

Please sign in to comment.