From d32c79cb3346de3a6cd6a0c5be7c4fff709f376f Mon Sep 17 00:00:00 2001 From: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:38:43 +1000 Subject: [PATCH] Update client procs.dm --- code/modules/client/client procs.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index 2fe113908d2..99d56623b3c 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -566,7 +566,6 @@ else ip_reputation = score return TRUE -<<<<<<< HEAD /client/proc/disconnect_with_message(var/message = "You have been intentionally disconnected by the server.
This may be for security or administrative reasons.") message = "You Have Been Disconnected
[message]


If you feel this is in error, you can contact an administrator out-of-game (for example, on Discord)." @@ -618,5 +617,3 @@ else winset(usr, "input", "is-visible=false") */ -======= ->>>>>>> e2553d4fb15... Merge pull request #8907 from Cerebulon/grammargrabbag