Skip to content

Commit

Permalink
Major Bug Fix
Browse files Browse the repository at this point in the history
Fixed a bug that, leaving a server, would still cause you to be logged in
  • Loading branch information
maximuslotro committed Apr 29, 2022
1 parent 17a8284 commit f6eea35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ modid=signstory
modname=SignStory
version_major=1
version_minor=0
version_micro=5
version_micro=6
version_minecraft=1.7.10
version_forge=10.13.4.1558-1.7.10
version_minforge=10.13.4.1558
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class EventListener {
public void onPlayerLeftServer(ClientDisconnectionFromServerEvent event) {
Global_Vars.CurrentPage = 0;
GuiMain.setContentId(EntryId.blank);
Global_Vars.Text.clear();
Global_Vars.Text = null;
CurrentMode.instance.setMode(CurrentMode.Mode.NONE);
CurrentMode.instance.setState(CurrentMode.State.PREVIEW, false);
Expand Down

0 comments on commit f6eea35

Please sign in to comment.