Fixing formatting, removing Japanese localization (was for testing purposes)

This commit is contained in:
Mista-Tea 2016-08-07 22:09:45 -06:00
parent 6404f75148
commit 8ad4d749a3
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
local prefix = "#tool.stacker_improved."
localify.Bind( "en", prefix.."language_en", "English" )
localify.Bind( "en", prefix.."language_ja", "Japanese" )
--[[--------------------------------------------------------------------------
-- English Localization

View File

@ -952,7 +952,7 @@ if ( CLIENT ) then
-- we're creating a bunch of local functions here using the cvars above so that we don't have to
-- rely on the TOOL object (which can be problematic when trying to use it inside a hook).
-- these should be pretty much identical to the TOOL functions created near the top of this file
local function getStackSize() return cvarCount:GetInt() end
local function getStackSize() return cvarCount:GetInt() end
local function getMaxPerStack() return cvarMaxPerStack:GetInt() end
local function getStackerMode() return cvarMode:GetInt() end
local function getDirection() return cvarDirection:GetInt() end