nevermind, this breaks

This commit is contained in:
AJ Kelly
2010-12-19 14:07:39 -06:00
parent bb5246eb14
commit d3298910bb
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -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
--------
-1
View File
@@ -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