Changeset 1125
- Timestamp:
- 10/05/07 20:14:56 (1 year ago)
- Files:
-
- 1.8.3/branches/devel/CHANGES.183 (modified) (1 diff)
- 1.8.3/branches/devel/src/access.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/branches/devel/CHANGES.183
r1124 r1125 16 16 17 17 Version 1.8.3 patchlevel 6 ??? ??, 200? 18 19 Minor changes: 20 * @sitelock when there are no rules will now say that instead of 21 having no output. By Talvo. 18 22 19 23 Functions: 1.8.3/branches/devel/src/access.c
r1066 r1125 674 674 675 675 } 676 if (rulenum == 0) { 677 notify(player, T("There are no access rules.")); 678 } 676 679 } 677 680
