diff options
-rw-r--r-- | scripting/yuuko_votes.sp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripting/yuuko_votes.sp b/scripting/yuuko_votes.sp index 4499d46..f92c273 100644 --- a/scripting/yuuko_votes.sp +++ b/scripting/yuuko_votes.sp @@ -450,7 +450,6 @@ void PCS_Install() MRESReturn UpdateTopFrags(int pThis) { memcpy(AddressOfArray(G_TopFrags_Cell), pThis + 0x908, 4); - LogError("New Top Frags: %d", G_TopFrags_Cell[0]); return MRES_Handled; } @@ -503,4 +502,4 @@ public void OnPluginStart() // public void OnPluginEnd() // { // do something? -// }
\ No newline at end of file +// } |