This website works better with JavaScript.
Home
Help
Sign In
nomis
/
lamp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
bugfix: no default cooldown
master
n0m1s
6 years ago
parent
458470d3d9
commit
d55925ef4a
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
clock_settings.cpp
+ 1
- 0
clock_settings.cpp
View File
@ -6,6 +6,7 @@
ClockSettings
:
:
ClockSettings
(
)
:
ClockSettings
:
:
ClockSettings
(
)
:
m_server
(
nullptr
)
,
m_server
(
nullptr
)
,
m_cooldown
(
15
*
60
)
,
//default 15 minutes cooldown
m_api_key
(
nullptr
)
,
m_api_key
(
nullptr
)
,
m_time_zone
(
nullptr
)
m_time_zone
(
nullptr
)
{
{
Write
Preview
Loading…
Cancel
Save