Example #1
0
 private void SecurityArea_PromotePlayer(object sender, ServerPlayer e)
 {
     // they the basic security tests and bans and have the map and flags
     StagingArea.AddPendingConnection(e); // get them up to speed with data
 }
Example #2
0
 private void SecurityArea_PromotePlayer(object sender, ServerPlayer e)
 {
     // they passed muster
     StagingArea.AddPendingConnection(e);
 }