diff --git a/.gitignore b/.gitignore index f37fdbd..c9a90e1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ # Files to not ignore !/.gitignore +!/.vscode # Folder to not ignore !/raw diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..ef0aeab --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "astyle.astylerc": "${workspaceRoot}/.astylerc", + "astyle.additional_languages": [ + "gsc" + ], + "editor.defaultFormatter": "chiehyu.vscode-astyle", + "editor.formatOnSave": true +} \ No newline at end of file diff --git a/deploy.js b/deploy.js index b59ee34..c6ffffa 100644 --- a/deploy.js +++ b/deploy.js @@ -40,6 +40,9 @@ async function doDeploy() { await exec(`git clone ${repo_url} && cd ${repo_name} && git submodule update --init --recursive`) printToConsole('Cloned!') + printToConsole('Deploying...') + await exec('deploy.bat') + printToConsole('Deployed!') } catch (f) { printToConsole(f, true) } diff --git a/raw/maps/mp/teams/_teams.gsc b/raw/maps/mp/teams/_teams.gsc index 2642b0a..b64413b 100644 Binary files a/raw/maps/mp/teams/_teams.gsc and b/raw/maps/mp/teams/_teams.gsc differ diff --git a/raw/scripts/mp/spectatorKick-compiled.gsc b/raw/scripts/mp/spectatorKick-compiled.gsc index 435d1ec..2c1968c 100644 Binary files a/raw/scripts/mp/spectatorKick-compiled.gsc and b/raw/scripts/mp/spectatorKick-compiled.gsc differ