Skip to content

Commit a4ba908

Browse files
committed
Revert start_server.py
1 parent 86ea9d2 commit a4ba908

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/start_server.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ def update_build(mc_path: Path):
6666

6767
if __name__ == '__main__':
6868
# Download JDK
69-
# java = ensure_java("19")
70-
java = Path("/Users/Peter/Library/Java/JavaVirtualMachines/temurin-19/Contents/Home/bin/java")
69+
java = ensure_java("19")
7170

7271
# Download server tar
7372
mc_path = Path('build/mc-server')

0 commit comments

Comments
 (0)