summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/APIDump
diff options
context:
space:
mode:
Diffstat (limited to 'MCServer/Plugins/APIDump')
-rw-r--r--MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua2
-rw-r--r--MCServer/Plugins/APIDump/Hooks/OnPlayerFishing.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua b/MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua
index 40dd6b3cf..4e093f4ae 100644
--- a/MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua
+++ b/MCServer/Plugins/APIDump/Hooks/OnPlayerFished.lua
@@ -17,4 +17,4 @@ return
callback is called for this event.
]],
}, -- HOOK_PLAYER_FISHED
-}; \ No newline at end of file
+};
diff --git a/MCServer/Plugins/APIDump/Hooks/OnPlayerFishing.lua b/MCServer/Plugins/APIDump/Hooks/OnPlayerFishing.lua
index 3b4731091..c5aaecd92 100644
--- a/MCServer/Plugins/APIDump/Hooks/OnPlayerFishing.lua
+++ b/MCServer/Plugins/APIDump/Hooks/OnPlayerFishing.lua
@@ -18,4 +18,4 @@ return
callback is called for this event and the player doesn't get his reward.
]],
}, -- HOOK_PLAYER_FISHING
-}; \ No newline at end of file
+};