From cef41094ca670857a29f7146366abb294a705edc Mon Sep 17 00:00:00 2001 From: ineed bots Date: Mon, 27 Nov 2023 14:32:23 -0600 Subject: [PATCH] fix --- scripts/bots_adapter.gsc | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bots_adapter.gsc b/scripts/bots_adapter.gsc index 9851fa5..d8aefa5 100644 --- a/scripts/bots_adapter.gsc +++ b/scripts/bots_adapter.gsc @@ -28,6 +28,7 @@ do_filewrite( file, contents, mode ) do_fileread( file ) { + file = "scriptdata/" + file; return FileRead( file ); }