diff options
| author | Pugdoot <pugmatt@gmail.com> | 2025-05-25 15:18:31 -0400 |
|---|---|---|
| committer | Pugdoot <pugmatt@gmail.com> | 2025-05-25 15:18:31 -0400 |
| commit | 1ab28d4a451127e69c3d00fc89754a2559f62136 (patch) | |
| tree | 94541ee310359914d70da85ef675c6ba24c4ca2d /.github | |
| parent | e2c3c262c3c80b08c930910296b8cd236f9d3a69 (diff) | |
| download | BedrockConnect-1ab28d4a451127e69c3d00fc89754a2559f62136.tar.gz BedrockConnect-1ab28d4a451127e69c3d00fc89754a2559f62136.tar.bz2 BedrockConnect-1ab28d4a451127e69c3d00fc89754a2559f62136.zip | |
Remove nodb from script files
Diffstat (limited to '.github')
| -rw-r--r-- | .github/assets/run.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/assets/run.bat b/.github/assets/run.bat index a7c9012..3567e83 100644 --- a/.github/assets/run.bat +++ b/.github/assets/run.bat @@ -1,3 +1,3 @@ @echo off -java -Xms1G -Xmx1G -jar BedrockConnect-1.0-SNAPSHOT.jar nodb=true generatedns=true +java -Xms1G -Xmx1G -jar BedrockConnect-1.0-SNAPSHOT.jar generatedns=true pause
\ No newline at end of file |
