mirror of
https://github.com/TeamUlysses/utime.git
synced 2025-03-04 03:22:58 -05:00
Brought in .editorconfig.
This commit is contained in:
parent
d3513d3c11
commit
e796e716fb
10
.editorconfig
Normal file
10
.editorconfig
Normal 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
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
1453758520
|
||||
1453758620
|
||||
|
Loading…
Reference in New Issue
Block a user