Fixed shaky-camera, when bot gets killed.
Make use short bot name here and there. Minor tweaks.
This commit is contained in:
parent
c793ab9ee1
commit
47fefabe66
6 changed files with 14 additions and 6 deletions
|
|
@ -71,7 +71,7 @@ int *g_weaponPrefs[] = {g_normalWeaponPrefs, g_rusherWeaponPrefs, g_carefulWeapo
|
|||
// metamod plugin information
|
||||
plugin_info_t Plugin_info = {
|
||||
META_INTERFACE_VERSION, // interface version
|
||||
PRODUCT_NAME, // plugin name
|
||||
PRODUCT_SHORT_NAME, // plugin name
|
||||
PRODUCT_VERSION, // plugin version
|
||||
PRODUCT_DATE, // date of creation
|
||||
PRODUCT_AUTHOR, // plugin author
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue