Skip to content

Commit 4c317fc

Browse files
committed
make the startup msg less spammy
1 parent def3e24 commit 4c317fc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

init.lua

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- CP77 Open Sesame Mod is a mod which gives you abilities to open
22
-- locked doors and vehicles in Cyberpunk 2077.
33

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

2927
registerHotkey("open_sesame_open", "Open/Unlock Hotkey", function()

0 commit comments

Comments
 (0)