Skip to content

Commit

Permalink
Fix sigint not working:
Browse files Browse the repository at this point in the history
  • Loading branch information
greghaynes committed Aug 13, 2010
1 parent 793712b commit a344829
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fpsgame/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ namespace server
// Initialize python modules
if(!SbPy::init("sauer_server", pyscriptspath, "sbserver"))
return false;
signal(SIGINT, server_sigint);
return true;
}

Expand Down
Binary file added src/pyscripts/xsbs.sql
Binary file not shown.

0 comments on commit a344829

Please sign in to comment.