Skip to content

Commit

Permalink
Renamed MCServer to Cuberite.
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxoft committed Jan 1, 2016
1 parent acff3c8 commit 5df4132
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions give.lua
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ end


--- Handle the give console command, wrapper for HandleGiveCommand
-- Necessary due to MCServer now supplying additional parameters
-- Necessary due to Cuberite now supplying additional parameters
--
function HandleConsoleGive( Split, FullCmd )
return HandleGiveCommand( Split )
Expand All @@ -377,7 +377,7 @@ end


--- Handle the unsafegive console command, wrapper for HandleUnsafeGiveCommand
-- Necessary due to MCServer now supplying additional parameters
-- Necessary due to Cuberite now supplying additional parameters
--
function HandleConsoleUnsafeGive( Split, FullCmd )
return HandleUnsafeGiveCommand( Split )
Expand Down
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ lastsender = {}



-- Called by MCServer on plugin start to initialize the plugin
-- Called by Cuberite on plugin start to initialize the plugin
function Initialize(Plugin)
Plugin:SetName( "Core" )
Plugin:SetVersion( 15 )
Expand Down
4 changes: 2 additions & 2 deletions weather.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local WeatherConsoleUsage = "Usage: weather <clear|rain|thunder> [duration in se


--- Handle the weather console command, wrapper for HandleWeatherCommand
-- Necessary due to MCServer now supplying additional parameters
-- Necessary due to Cuberite now supplying additional parameters
--
function HandleConsoleWeather( Split, FullCmd )
return HandleWeatherCommand( Split )
Expand Down Expand Up @@ -91,7 +91,7 @@ end


--- Handle the downfall console command, wrapper for HandleGiveCommand
-- Necessary due to MCServer now supplying additional parameters
-- Necessary due to Cuberite now supplying additional parameters
--
function HandleConsoleDownfall( Split, FullCmd )
return HandleDownfallCommand( Split )
Expand Down

0 comments on commit 5df4132

Please sign in to comment.