Brought in .editorconfig.

This commit is contained in:
Nayruden 2016-01-25 16:50:20 -05:00
parent d3513d3c11
commit e796e716fb
3 changed files with 12 additions and 2 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true

View File

@ -12,7 +12,7 @@ end
function onJoin( ply )
local uid = ply:UniqueID()
local row = sql.QueryRow( "SELECT totaltime, lastvisit FROM utime WHERE player = " .. uid .. ";" )
local time = 0
local time = 0
if row then
if utime_welcome:GetBool() then

View File

@ -1 +1 @@
1453758520
1453758620