From 2cdb3042ccc1ca9025e234e57ed59b28cf271ffa Mon Sep 17 00:00:00 2001 From: Reece Mackie <20544390+Rover656@users.noreply.github.com> Date: Fri, 26 Apr 2019 20:56:40 +0100 Subject: [PATCH] Wow, i am bad --- src/utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index eb79bd51f..dcdffaa66 100644 --- a/src/utils.c +++ b/src/utils.c @@ -222,7 +222,6 @@ UWPMessage* CreateUWPMessage(void) msg->Int0 = 0; msg->Int1 = 0; msg->Char0 = 0; - msg->Str0 = ""; msg->Float0 = 0; msg->Bool0 = false; return msg;