From 5e430b3384a131dc82e7639a9622fe8a8333f28b Mon Sep 17 00:00:00 2001 From: Jordie Date: Wed, 19 Aug 2015 17:18:13 +1000 Subject: [PATCH] span4cheri --- code/modules/admin/sql_notes.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/admin/sql_notes.dm b/code/modules/admin/sql_notes.dm index 6659e7e804b..fbc01b16544 100644 --- a/code/modules/admin/sql_notes.dm +++ b/code/modules/admin/sql_notes.dm @@ -12,7 +12,7 @@ log_game("SQL ERROR obtaining ckey from notes table. Error : \[[err]\]\n") return if(!query_find_ckey.NextRow()) - usr << "[new_ckey] has not been seen before, you can only add notes to known players." + usr << "[new_ckey] has not been seen before, you can only add notes to known players." return else target_ckey = new_ckey @@ -216,4 +216,4 @@ this proc can take several minutes to execute fully if converting and cause DD t world << "Deleting NOTESFILE" fdel(NOTESFILE) world << "Finished mass note conversion, remember to turn off AUTOCONVERT_NOTES"*/ -#undef NOTESFILE \ No newline at end of file +#undef NOTESFILE