Skip to content

Commit

Permalink
fixed a bug in the FMLEventHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
tudbut committed Jan 1, 2021
1 parent 444e7f8 commit 302709d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions help.chat.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
§k||||||||||||||||||||||||||||||||
§c§lTTC client
§k||||||||||||||||||||||||||||||||
§avB1.2.e
§avB1.2.0f
BETA
§71.2.0
§8e
§8f
§a§lHelp

§aCurrent prefix: %p
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tudbut/mod/client/ttc/TTC.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class TTC {
public static final String MODID = "ttc";
public static final String NAME = "TTC Client";
public static final String VERSION = "vB1.2.0e";
public static final String VERSION = "vB1.2.0f";

public static Module[] modules;
public static EntityPlayerSP player;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void onJoinServer(FMLNetworkEvent.ClientConnectedToServerEvent event) {
);
}
try {
Thread.sleep(20000);
Thread.sleep(60 * 1000);
}
catch (InterruptedException e) {
e.printStackTrace();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "ttc",
"name": "TTC Client",
"description": "",
"version": "vB1.2.0e",
"version": "vB1.2.0f",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vB1.2.0e
vB1.2.0f

0 comments on commit 302709d

Please sign in to comment.