From df6e76086b0e2eecc346901b250cd123294c180c Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Thu, 1 Nov 2018 01:24:01 +0100 Subject: [PATCH] Treating the RP channel as global --- .gitignore | 4 ++-- pom.xml | 2 ++ .../java/buttondevteam/chat/PluginMain.java | 8 ++------ .../chat/commands/UnlolCommand.java | 20 +++++++++---------- 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index ea8759c..deefcdf 100644 --- a/.gitignore +++ b/.gitignore @@ -131,7 +131,7 @@ publish/ *.publishproj # NuGet Packages Directory -## TODO: If you have NuGet Package Restore enabled, uncomment the next line +## TO!DO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ # Windows Azure Build Output @@ -221,4 +221,4 @@ TheButtonAutoFlair/out/artifacts/Autoflair/Autoflair.jar *.name .idea/compiler.xml *.xml -/.apt_generated/ +/.apt_generated/ diff --git a/pom.xml b/pom.xml index 8056f5b..f9ca404 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,8 @@ true + false +