From 0b7d9c4b55f2da6e5ffae90934230d32dab4b0b7 Mon Sep 17 00:00:00 2001 From: Kar Date: Tue, 21 Apr 2015 16:49:00 -0400 Subject: [PATCH] Remove duplicate creation "StatsHandle = socket_create(UDP);" --- samp_prtcl.pwn | 1 - 1 file changed, 1 deletion(-) diff --git a/samp_prtcl.pwn b/samp_prtcl.pwn index caf4452..04a2417 100644 --- a/samp_prtcl.pwn +++ b/samp_prtcl.pwn @@ -22,7 +22,6 @@ public OnFilterScriptInit() { new IP[20] = "91.121.97.26"; // random ip for testing new Port = 7844; - StatsHandle = socket_create(UDP); if(udpConnect(IP, Port)) sendPacket(IP, Port, PRTCL_PLAYERLIST); return 1;