This commit is contained in:
Glenn Maynard
2005-05-29 01:34:33 +00:00
parent bc6a25e40d
commit 9803d0b42e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -872,7 +872,7 @@ LuaFunction_NoArgs( IsNetConnected, NSMAN->useSMserver )
LuaFunction_NoArgs( IsNetSMOnline, NSMAN->isSMOnline )
static bool ReportStyle() { NSMAN->ReportStyle(); return true; }
LuaFunction_NoArgs( ReportStyle, ReportStyle() )
LuaFunction_PlayerNumber( IsSMOnlineLoggedIn, NSMAN->isSMOLoggedIn[pn] )
LuaFunction_Int( IsSMOnlineLoggedIn, NSMAN->isSMOLoggedIn[a1] )
/*
* (c) 2003-2004 Charles Lohr, Joshua Allen