diff options
author | yuuko <yuuko@partyvan.io> | 2024-08-29 19:47:34 -0700 |
---|---|---|
committer | yuuko <yuuko@partyvan.io> | 2024-08-29 19:47:34 -0700 |
commit | acafa384e1dfec7d877bc4fcac0dc78e8f9429db (patch) | |
tree | 917ae38db8a85f35ac8e0354dc5bcc14ddae5131 | |
parent | b4651d5aa991c25467077838b082fa73ee6921d0 (diff) |
-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 +// } |