mirror of
https://github.com/Mista-Tea/improved-stacker.git
synced 2025-03-04 03:12:57 -05:00
Fixing formatting, removing Japanese localization (was for testing purposes)
This commit is contained in:
parent
6404f75148
commit
8ad4d749a3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user