nevermind, this breaks
This commit is contained in:
@@ -16,8 +16,6 @@ sm-ssc v1.2 | 201012xx
|
||||
20101219
|
||||
--------
|
||||
* [WheelNotifyIcon] add BlinkPlayersBest metric. [freem]
|
||||
* Added GetDateTimeString function. [freem]
|
||||
(returns date in "YYYY-MM-DD HH:MM:SS" format)
|
||||
|
||||
20101218
|
||||
--------
|
||||
|
||||
@@ -312,7 +312,6 @@ LuaFunction( Second, GetLocalTime().tm_sec );
|
||||
LuaFunction( Year, GetLocalTime().tm_year+1900 );
|
||||
LuaFunction( Weekday, GetLocalTime().tm_wday );
|
||||
LuaFunction( DayOfYear, GetLocalTime().tm_yday );
|
||||
LuaFunction( GetDateTimeString, GetString() );
|
||||
|
||||
/*
|
||||
* (c) 2001-2004 Chris Danford
|
||||
|
||||
Reference in New Issue
Block a user