mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Merge pull request #157 from Chuvi-w/master
Revert "Done" text due to AMXX-Studio compatibility.
This commit is contained in:
commit
9b662bb0ca
@ -186,6 +186,11 @@ int main(int argc, char **argv)
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user