mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-21 02:51:45 +01:00
Remove extra spaces inside parens in a some expressions.
Functionally, this is a non-change. This just conforms a few odd cases to be the same as the rest. `git show -w` shows nothing (this is a whitespace-only change).
This commit is contained in:
@@ -80,7 +80,7 @@ end
|
||||
Quest 2 give obj. (mob 34502)~
|
||||
0 j 100
|
||||
~
|
||||
if %object.vnum( 34502 )%
|
||||
if %object.vnum(34502)%
|
||||
wait 1 s
|
||||
say Thank you.
|
||||
say Now for your information
|
||||
|
||||
Reference in New Issue
Block a user