From 03be7d749cc212091afa9a71b38c163d54a8ca10 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sun, 14 Apr 2024 22:08:46 +0100 Subject: [PATCH] Forgot a semicolon --- Bloxstrap/Integrations/ActivityWatcher.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bloxstrap/Integrations/ActivityWatcher.cs b/Bloxstrap/Integrations/ActivityWatcher.cs index 8339343..ced99cf 100644 --- a/Bloxstrap/Integrations/ActivityWatcher.cs +++ b/Bloxstrap/Integrations/ActivityWatcher.cs @@ -282,7 +282,7 @@ string location, locationCity, locationRegion, locationCountry = ""; - IPInfoResponse locationInformation + IPInfoResponse locationInformation; try {