From 877d68a0db052b22a33e05816a9169f0d654c3b5 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Mon, 14 May 2001 23:21:55 +0000
Subject: [PATCH] Renamed TerminalObject to ConsoleObject.

---
 src/sbbs3/main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index b63f81962e..0b10dbb7f5 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -303,8 +303,8 @@ bool sbbs_t::js_initcx()
 		if(!JS_SetProperty(js_cx, sysobj, "version_detail", &val))
 			break;
 
-		/* Terminal Object */
-		if(js_CreateTerminalObject(js_cx, js_glob)==NULL)
+		/* Console Object */
+		if(js_CreateConsoleObject(js_cx, js_glob)==NULL)
 			break;
 
 		success=true;
-- 
GitLab