Skip to content

Commit

Permalink
make the startup msg less spammy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nats-ji committed Mar 25, 2024
1 parent def3e24 commit 4c317fc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- CP77 Open Sesame Mod is a mod which gives you abilities to open
-- locked doors and vehicles in Cyberpunk 2077.

-- Copyright (C) 2020-2021 Mingming Cui
-- Copyright (C) 2020-2024 Mingming Cui
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
Expand All @@ -21,9 +21,7 @@ registerForEvent("onInit", function()
drawPopup = false
wWidth, wHeight = GetDisplayResolution()
getTime = 0
print("************************************************")
print("* Open Sesame Mod Loaded... *")
print("************************************************")
print("Open Sesame Mod Loaded")
end)

registerHotkey("open_sesame_open", "Open/Unlock Hotkey", function()
Expand Down

0 comments on commit 4c317fc

Please sign in to comment.