Skip to content

Commit

Permalink
Added newline to end of file if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Next-Door-Tech committed Nov 24, 2021
1 parent 18f54ec commit a6c8855
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion init/msm.service
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ ExecReload=/usr/local/bin/msm restart

[Install]
WantedBy=multi-user.target

1 change: 0 additions & 1 deletion init/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ ExecReload=/usr/local/bin/msm %i restart

[Install]
WantedBy=multi-user.target

2 changes: 1 addition & 1 deletion versioning/craftbukkit/1.2.0.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# MSM version file for CraftBukkit 1.2.0 and above

extends "minecraft/1.2.0"
extends "minecraft/1.2.0"
2 changes: 1 addition & 1 deletion versioning/minecraft/1.2.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
2 changes: 1 addition & 1 deletion versioning/minecraft/1.3.0.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion versioning/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ minecraft/1.7.0

# CraftBukkit versions
craftbukkit/1.2.0
craftbukkit/1.3.0
craftbukkit/1.3.0

0 comments on commit a6c8855

Please sign in to comment.