From 3775ac40ad85a7aff93fe19183ec7ba0bbfff8c8 Mon Sep 17 00:00:00 2001 From: Semen Ermilov Date: Sun, 9 Nov 2014 04:04:33 +0300 Subject: [PATCH] Revert "Done" text due to AMXX-Studio compatibility. --- compiler/amxxpc/amxxpc.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/compiler/amxxpc/amxxpc.cpp b/compiler/amxxpc/amxxpc.cpp index d39f9288..8b6b59b2 100755 --- a/compiler/amxxpc/amxxpc.cpp +++ b/compiler/amxxpc/amxxpc.cpp @@ -185,7 +185,12 @@ int main(int argc, char **argv) fclose(fp); unlink(file); - + + /* + Without "Done" message "Compile and start Half-Life" + and "Compile and upload" buttons in AMXX-Studio doesn't work. + */ + pc_printf("Done.\n"); #if !defined EMSCRIPTEN dlclose(lib); #endif