From 3b3b8e7f5309b0c26fd84f79fa52198528b19f2e Mon Sep 17 00:00:00 2001 From: Tearzz Date: Thu, 19 Apr 2018 16:25:42 +0200 Subject: [PATCH] Updated CommandsHandler.rb Removed unavailable console command. --- CommandsHandler.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/CommandsHandler.rb b/CommandsHandler.rb index bf7712d..74a053d 100644 --- a/CommandsHandler.rb +++ b/CommandsHandler.rb @@ -140,7 +140,6 @@ end def Clear() system "clear" or system "cls" puts "Type \"clear\" to clear terminal" - puts "Type \"project \" to write to project file" puts "Type \"disconnect\" to disconnect" puts "" end