From 3cef6b97a0cbf7b868f972c4cdcd8ed5ca44cd10 Mon Sep 17 00:00:00 2001 From: Musiker15 <49867381+Musiker15@users.noreply.github.com> Date: Sat, 11 Mar 2023 23:28:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e6b37..7960b4b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you want to implement a Listener to other Scripts, so the Job Notifications f **It works clientside and serverside** ```lua -local isBlackout = false -- Add this at the TOP of your client file +local isBlackout = false -- Add this at the TOP of your client/server file blackoutPowerOn = function() isBlackout = false