Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeex committed Jul 11, 2019
1 parent c05f3e9 commit c2a04b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ PLUGIN_EXPORT unsigned int PLUGIN_CALL Supports() {
PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData) {
pAMXFunctions = ppData[PLUGIN_DATA_AMX_EXPORTS];
logprintf = (logprintf_t)ppData[PLUGIN_DATA_LOGPRINTF];
logprintf(" XML plugin 1.0");
return true;
}

Expand Down

0 comments on commit c2a04b5

Please sign in to comment.