mcwrapper 1.6.1 → 1.6.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mcwrapper/version.rb +1 -1
- data/libexec/mcwrapper +2 -2
- metadata +2 -2
data/lib/mcwrapper/version.rb
CHANGED
data/libexec/mcwrapper
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
# https://github.com/spikegrobstein/mcwrapper
|
7
7
|
##
|
8
8
|
|
9
|
-
MCWRAPPER_VERSION="1.6.
|
9
|
+
MCWRAPPER_VERSION="1.6.2"
|
10
10
|
|
11
11
|
#### Exit Codes
|
12
12
|
|
@@ -972,7 +972,7 @@ function restore_world {
|
|
972
972
|
local SERVER_IS_RUNNING
|
973
973
|
local WORLD_DIR_PATH=$(world_dir_path)
|
974
974
|
|
975
|
-
if
|
975
|
+
if check_is_running; then
|
976
976
|
SERVER_IS_RUNNING="1"
|
977
977
|
stop_server
|
978
978
|
else
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mcwrapper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-02-03 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Control your Minecraft server. start/stop and live backups.
|
15
15
|
email:
|