File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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" )
2725end )
2826
2927registerHotkey (" open_sesame_open" , " Open/Unlock Hotkey" , function ()
You can’t perform that action at this time.
0 commit comments