diff options
author | Mattes D <github@xoft.cz> | 2015-06-02 12:58:19 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-06-02 15:19:13 +0200 |
commit | a0a8e78c0d40d8949aa92881722bfaa1079edc3e (patch) | |
tree | 8b71aea278cf674fca208edfa7a99b33dc6c5dd7 /Install | |
parent | Merge pull request #2182 from birkett/master (diff) | |
download | cuberite-a0a8e78c0d40d8949aa92881722bfaa1079edc3e.tar cuberite-a0a8e78c0d40d8949aa92881722bfaa1079edc3e.tar.gz cuberite-a0a8e78c0d40d8949aa92881722bfaa1079edc3e.tar.bz2 cuberite-a0a8e78c0d40d8949aa92881722bfaa1079edc3e.tar.lz cuberite-a0a8e78c0d40d8949aa92881722bfaa1079edc3e.tar.xz cuberite-a0a8e78c0d40d8949aa92881722bfaa1079edc3e.tar.zst cuberite-a0a8e78c0d40d8949aa92881722bfaa1079edc3e.zip |
Diffstat (limited to '')
-rw-r--r-- | Install/MCServer_high_detail_debug.cmd | 2 | ||||
-rw-r--r-- | Install/MCServer_medium_detail_debug.cmd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Install/MCServer_high_detail_debug.cmd b/Install/MCServer_high_detail_debug.cmd index 384189c42..d94af8150 100644 --- a/Install/MCServer_high_detail_debug.cmd +++ b/Install/MCServer_high_detail_debug.cmd @@ -1 +1 @@ -MCServer /cdf
\ No newline at end of file +MCServer --crash-dump-full diff --git a/Install/MCServer_medium_detail_debug.cmd b/Install/MCServer_medium_detail_debug.cmd index b5bb0954c..0a33c27fd 100644 --- a/Install/MCServer_medium_detail_debug.cmd +++ b/Install/MCServer_medium_detail_debug.cmd @@ -1 +1 @@ -MCServer /cdg
\ No newline at end of file +MCServer --crash-dump-globals |