mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added newline to end of file if missing
This commit is contained in:
parent
18f54ecb3c
commit
a6c8855584
@ -12,4 +12,3 @@ ExecReload=/usr/local/bin/msm restart
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
@ -12,4 +12,3 @@ ExecReload=/usr/local/bin/msm %i restart
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
# MSM version file for CraftBukkit 1.2.0 and above
|
||||
|
||||
extends "minecraft/1.2.0"
|
||||
extends "minecraft/1.2.0"
|
||||
|
@ -56,4 +56,4 @@ console_command SAVE_ON "save-on" \
|
||||
console_command SAVE_OFF "save-off" \
|
||||
"CONSOLE: Disabling level saving.."
|
||||
console_command SAVE_ALL:10 "save-all" \
|
||||
"CONSOLE: Save complete."
|
||||
"CONSOLE: Save complete."
|
||||
|
@ -44,4 +44,4 @@ console_command SAVE_ON "save-on" \
|
||||
console_command SAVE_OFF "save-off" \
|
||||
"Turned off world auto-saving"
|
||||
console_command SAVE_ALL:10 "save-all" \
|
||||
"Saved the world"
|
||||
"Saved the world"
|
||||
|
@ -9,4 +9,4 @@ minecraft/1.7.0
|
||||
|
||||
# CraftBukkit versions
|
||||
craftbukkit/1.2.0
|
||||
craftbukkit/1.3.0
|
||||
craftbukkit/1.3.0
|
||||
|
Loading…
Reference in New Issue
Block a user