Skip to content

Commit

Permalink
Fixed issue #32, added missed onsetmaster event trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyahuyasa committed Aug 14, 2016
1 parent a0ef977 commit 2c6551a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/fpsgame/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,8 @@ namespace server
putint(p, -1);
sendpacket(-1, 1, p.finalize());

// remod
remod::onevent(ONSETMASTER, "iisss", ci->clientnum, ci->privilege, pass, authname ? authname:"", authdesc ? authdesc:"");

checkpausegame();
return true;
Expand Down
2 changes: 1 addition & 1 deletion src/mod/version.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// version, change on release
#ifndef REMOD_VERSION
#define REMOD_VERSION "v1.0.11"
#define REMOD_VERSION "v1.0.12"
#endif

// codename
Expand Down

0 comments on commit 2c6551a

Please sign in to comment.