Always report 0 minutes login time and 640 btus to ease diff-ing.
This commit is contained in:
parent
5c4ec39dd2
commit
d5b00ca908
1 changed files with 9 additions and 0 deletions
|
@ -15,3 +15,12 @@ Index: empserver/src/lib/subs/pr.c
|
||||||
/*VARARGS*/
|
/*VARARGS*/
|
||||||
void
|
void
|
||||||
pr(s_char *format, ...)
|
pr(s_char *format, ...)
|
||||||
|
@@ -233,7 +240,7 @@
|
||||||
|
void
|
||||||
|
prprompt(int min, int btu)
|
||||||
|
{
|
||||||
|
- pr_id(player, C_PROMPT, "%d %d\n", min, btu);
|
||||||
|
+ pr_id(player, C_PROMPT, "0 640\n"); /* Hack for nightlybuild */
|
||||||
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue