1 parent 044bb59 commit 43a59b6Copy full SHA for 43a59b6
2 files changed
README.md
@@ -1,4 +1,4 @@
1
-PawnPlus v0.1.1
+PawnPlus v0.1.2
2
==========
3
4
_PawnPlus_ extends the possibilities of the Pawn scripting language with new constructs, data types, and programming techniques.
plugins/src/main.cpp
@@ -30,7 +30,7 @@ PLUGIN_EXPORT bool PLUGIN_CALL Load(void **ppData)
30
}
31
);
32
33
- logprintf(" PawnPlus v0.1.1 loaded");
+ logprintf(" PawnPlus v0.1.2 loaded");
34
logprintf(" Created by IllidanS4");
35
return true;
36
@@ -39,7 +39,7 @@ PLUGIN_EXPORT void PLUGIN_CALL Unload()
39
{
40
Hooks::Unregister();
41
42
- logprintf(" PawnPlus v0.1.1 unloaded");
+ logprintf(" PawnPlus v0.1.2 unloaded");
43
44
45
PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx)
0 commit comments