From da51daf44f5f00de9313f12b9873f42155c0bed0 Mon Sep 17 00:00:00 2001 From: ike709 Date: Thu, 11 Jan 2024 10:48:06 -0700 Subject: [PATCH] Update OpenDreamRuntime/Objects/Types/DreamObjectException.cs Co-authored-by: wixoa --- OpenDreamRuntime/Objects/Types/DreamObjectException.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/OpenDreamRuntime/Objects/Types/DreamObjectException.cs b/OpenDreamRuntime/Objects/Types/DreamObjectException.cs index 07e6ef7fb0..9608e0e379 100644 --- a/OpenDreamRuntime/Objects/Types/DreamObjectException.cs +++ b/OpenDreamRuntime/Objects/Types/DreamObjectException.cs @@ -26,7 +26,4 @@ protected override bool TryGetVar(string varName, out DreamValue value) { return base.TryGetVar(varName, out value); } } - - - }