From 3d80ab889879ecf5d3539bc2dd79ffa1d4f67899 Mon Sep 17 00:00:00 2001 From: INeedBots Date: Fri, 25 Sep 2020 03:09:18 -0600 Subject: [PATCH] Docs --- userraw/maps/mp/bots/_bot_http.gsc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/userraw/maps/mp/bots/_bot_http.gsc b/userraw/maps/mp/bots/_bot_http.gsc index 8dfb69b..aafccfc 100644 --- a/userraw/maps/mp/bots/_bot_http.gsc +++ b/userraw/maps/mp/bots/_bot_http.gsc @@ -1,7 +1,7 @@ #include maps\mp\bots\_bot_utility; /* - + Does the version check, if we are up too date */ doVersionCheck() { @@ -25,7 +25,7 @@ doVersionCheck() } /* - + Will attempt to retreive waypoints from the internet */ getRemoteWaypoints(mapname) { @@ -49,7 +49,7 @@ getRemoteWaypoints(mapname) } /* - + Returns the version of bot warfare found on the internet */ getRemoteVersion() { @@ -64,7 +64,7 @@ getRemoteVersion() } /* - + Converts an array of lines coresponding to a csv file into an array of waypoint objs */ linesToWaypoints(res) { @@ -87,7 +87,7 @@ linesToWaypoints(res) } /* - + Returns an array of each line from the response of the http url request */ getLinesFromUrl(url) {