Skip to content

Commit

Permalink
Update RconWindowController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeOnuke committed Mar 17, 2022
1 parent 9c159e6 commit 490d02f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/app/admintools/gui/RconWindowController.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public class RconWindowController implements Initializable {
public void initialize(URL url, ResourceBundle rb) {
//Instantiate web engine
rcon.contextMenuEnabledProperty().set(false);
rcon.getEngine().setUserDataDirectory(new File("/webdata"));
rconWebEngine = rcon.getEngine();

//Debug
Expand Down

0 comments on commit 490d02f

Please sign in to comment.