aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-20 21:54:47 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-20 21:54:47 -0600
commit403a2a100a8930ba8f6cd9e253fb4f922ee21ede (patch)
tree2f7ae5689fa9d5b421f56b22588025b899c254a0 /src/main/kotlin
parent208f971a6875392b21c6938c740f013c51b8941f (diff)
downloadServerCraft-403a2a100a8930ba8f6cd9e253fb4f922ee21ede.tar
ServerCraft-403a2a100a8930ba8f6cd9e253fb4f922ee21ede.tar.gz
ServerCraft-403a2a100a8930ba8f6cd9e253fb4f922ee21ede.tar.bz2
resizing not working on windows yet
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt b/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt
index 5b5ddac..092b7dd 100644
--- a/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt
+++ b/src/main/kotlin/xyz/brysonsteck/ServerCraft/App.kt
@@ -1,6 +1,3 @@
-/*
- * This Kotlin source file was generated by the Gradle 'init' task.
- */
package xyz.brysonsteck.ServerCraft
import javafx.application.Application;