From 9f7d58f2469390e0b56dce988ef3a8932a4e6993 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Wed, 15 Jan 2020 14:52:15 -0500 Subject: [PATCH] Remove stray N (don't port this, it's in a VS edit) --- code/modules/client/client procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 739440ff8b5..670eabf25e5 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -307,7 +307,7 @@ else log_admin("Couldn't perform IP check on [key] with [address]") - // VOREStation Edit Start - Department Hoursn + // VOREStation Edit Start - Department Hours if(config.time_off) var/DBQuery/query_hours = dbcon.NewQuery("SELECT department, hours FROM vr_player_hours WHERE ckey = '[sql_ckey]'") query_hours.Execute()