Skip to content

Commit a6c8855

Browse files
Added newline to end of file if missing
1 parent 18f54ec commit a6c8855

File tree

6 files changed

+4
-6
lines changed

6 files changed

+4
-6
lines changed

init/msm.service

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ ExecReload=/usr/local/bin/msm restart
1212

1313
[Install]
1414
WantedBy=multi-user.target
15-

init/[email protected]

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ ExecReload=/usr/local/bin/msm %i restart
1212

1313
[Install]
1414
WantedBy=multi-user.target
15-

versioning/craftbukkit/1.2.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# MSM version file for CraftBukkit 1.2.0 and above
22

3-
extends "minecraft/1.2.0"
3+
extends "minecraft/1.2.0"

versioning/minecraft/1.2.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ console_command SAVE_ON "save-on" \
5656
console_command SAVE_OFF "save-off" \
5757
"CONSOLE: Disabling level saving.."
5858
console_command SAVE_ALL:10 "save-all" \
59-
"CONSOLE: Save complete."
59+
"CONSOLE: Save complete."

versioning/minecraft/1.3.0.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ console_command SAVE_ON "save-on" \
4444
console_command SAVE_OFF "save-off" \
4545
"Turned off world auto-saving"
4646
console_command SAVE_ALL:10 "save-all" \
47-
"Saved the world"
47+
"Saved the world"

versioning/versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ minecraft/1.7.0
99

1010
# CraftBukkit versions
1111
craftbukkit/1.2.0
12-
craftbukkit/1.3.0
12+
craftbukkit/1.3.0

0 commit comments

Comments
 (0)