mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-13 22:01:04 -04:00
Fixed Syntax
Added Missing Closing Quotations to Line 54.
This commit is contained in:
@@ -51,7 +51,7 @@ public class banner_buff_manager extends script.base_script
|
||||
case utils.TRADER:
|
||||
return "banner_buff_trader";
|
||||
case utils.ENTERTAINER:
|
||||
return "banner_buff_entertainer;
|
||||
return "banner_buff_entertainer";
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user