diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3f75417 --- /dev/null +++ b/.editorconfig @@ -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 diff --git a/lua/autorun/sv_utime.lua b/lua/autorun/sv_utime.lua index 48a390e..94fdc74 100644 --- a/lua/autorun/sv_utime.lua +++ b/lua/autorun/sv_utime.lua @@ -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 diff --git a/utime.build b/utime.build index b79d765..91df747 100644 --- a/utime.build +++ b/utime.build @@ -1 +1 @@ -1453758520 +1453758620